@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface WriteParams

    interface WriteParams {
        data?: string | Blob | BufferSource;
        position?: number;
        size?: number;
        type: WriteCommandType;
    }
    Index

    Properties

    data?: string | Blob | BufferSource
    position?: number
    size?: number