JSSM, a JavaScript state machine - the FSM for FSL
    Preparing search index...

    Interface IDBObjectStoreParameters

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