SDK JS
    Preparing search index...

    Type Alias LepccBlobType

    LepccBlobType: "xyz" | "rgb" | "intensity" | "flagBytes" | string

    The attribute a LEPCC blob carries, as reported by LepccDecoder.blobType: 'xyz' positions, 'rgb' colors, 'intensity', or 'flagBytes'. Typed as an open union (falls back to string) to tolerate forward-compatible names.