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

    Interface IDBObjectStoreParameters

    interface IDBObjectStoreParameters {
        autoIncrement?: boolean;
        keyPath?: string | string[];
    }
    Index

    Properties

    autoIncrement?: boolean
    keyPath?: string | string[]