vot.js - v2.4.18
    Preparing search index...

    Interface IDBObjectStoreParameters

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