Interface DeckGlBinaryDataExperimental

interface DeckGlBinaryData {
    attributes: Readonly<Record<string, DeckGlBinaryAttribute>>;
    length: number;
}

Properties

Properties

attributes: Readonly<Record<string, DeckGlBinaryAttribute>>

deck.gl binary accessor names, for example getPosition and getFillColor.

length: number