Interface DeckGlProjectionRequestExperimental

interface DeckGlProjectionRequest {
    data: DeckGlBinaryData;
    identity: DeckGlSelectionIdentity;
    layer: DeckGlLayerKind;
    layerId: string;
    props?: Readonly<Record<string, unknown>>;
}

Properties

layerId: string
props?: Readonly<Record<string, unknown>>

Forwarded to the peer constructor. id, data, and pickable are reserved.