Type Alias ColumnarComponentTypeExperimental

ColumnarComponentType:
    | "int8"
    | "uint8"
    | "uint8-clamped"
    | "int16"
    | "uint16"
    | "float16"
    | "int32"
    | "uint32"
    | "float32"
    | "float64"

Numeric component type of a columnar buffer, mapped to the matching typed-array view. Names mirror the deck.gl adapter's supported component set.