SDK JS
    Preparing search index...

    Interface BvcI3sPointCloudDecoderOptions

    Construction options for BvcI3sPointCloudDecoder.

    interface BvcI3sPointCloudDecoderOptions {
        wasmInit?: WasmHostInit;
    }
    Index

    Properties

    Properties

    wasmInit?: WasmHostInit

    wasm load + init overrides (Node/Bun bytes or a custom URL); see WasmHostInit.