Bluestep JS Documentation
    Preparing search index...

    Interface DataStoreFactory

    interface DataStoreFactory {
        getDataStore<V extends Serializable>(id: string): V;
    }

    Implemented by

    Index

    Methods

    Methods

    • Returns a type-specific data store based on the given unique ID

      Type Parameters

      Parameters

      • id: string

      Returns V