Interface DeckGlSelectionIdentityExperimental

interface DeckGlSelectionIdentity {
    featureIds: ArrayLike<string | number | bigint>;
    planId: string;
    sourceId: string;
    sourceVersion?: string;
}

Properties

featureIds: ArrayLike<string | number | bigint>

One stable scalar per logical row. Values are read only when a row is picked.

planId: string
sourceId: string
sourceVersion?: string