@servicenow/sdk - v4.9.0
    Preparing search index...
    interface IDBObjectStoreParameters {
        autoIncrement?: boolean;
        keyPath?: string | string[] | null;
    }
    Index

    Properties

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