Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • StaticStorage

Indexable

[key: string]: any

Index

Constructors

constructor

  • new StaticStorage(__storageId: string, parentStorage: any): StaticStorage

Properties

Readonly __storageId

__storageId: string

Readonly parentStorage

parentStorage: StaticStorage

Static defaultStorage

defaultStorage: StaticStorage = ...

Methods

__get

  • __get(type: any, id: any): any

addListener

  • addListener(type: string, id: string): void

has

  • has<T>(type: string, id: string): boolean

listener

  • listener<T>(type: string, id: string): Observable<T>

of

  • of<T>(type: string): Map<string, T>

Generated using TypeDoc