Interface IDBObjectStoreParameters

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

    Properties

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