Interface IDBObjectStoreParameters

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

Properties

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