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

    Interface IDBObjectStoreParameters

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

    Properties

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