Documentation - v1.2.0-alpha.3
    Preparing search index...

    Represents a collection of store items indexed by key.

    Used as the return type for storage read operations.

    Indexable

    • [key: string]: any

      Keys are the storage item identifiers, and values are the stored items.

      If a requested key is not found during a read operation, it will not appear in this collection.