Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStorage

Hierarchy

  • IStorage

Index

Properties

storage

storage: IStorageItems

Getter which will return current storage collections as a snapshot.

Methods

addCollection

  • addCollection(collectionName: string): void
  • Adding new collection ICollection to current storage by {@params collectionName}

    Parameters

    • collectionName: string

    Returns void

deleteCollection

  • deleteCollection(collectionName: string): void
  • Method used for removing collection ICollection from storage by {@params collectionName}

    Parameters

    • collectionName: string

    Returns void