@rshaker/communicator
    Preparing search index...

    Interface StoreConfig

    interface StoreConfig {
        autoIncrement?: boolean;
        entries?: any[];
        indexes?: { keyPath: string; name: string; options?: IDBIndexParameters }[];
        keyPath: string;
        name: string;
    }
    Index

    Properties

    autoIncrement?: boolean
    entries?: any[]
    indexes?: { keyPath: string; name: string; options?: IDBIndexParameters }[]
    keyPath: string
    name: string