Interface KeplerLinkedStateMappingExperimental

interface KeplerLinkedStateMapping {
    channel: KeplerLinkedStateChannel;
    direction: KeplerLinkedStateDirection;
    equivalence: "none" | "exact" | "lossy";
    reason: string;
    requires?: readonly string[];
}

Properties

equivalence: "none" | "exact" | "lossy"
reason: string
requires?: readonly string[]

Inputs the mapping needs beyond the two states, for example the viewport pixel size.