Functions
cacheInMemory
cacheInMemory( name?: undefined | string ) : (Anonymous function)
Parameters
Optional name: undefined | string
Returns (Anonymous function)
enterNamespace
Type parameters
Parameters
namespace: string | string []
enterParentNamespace
enterParentNamespace<T>( start: Namespace < T > , namespace: string | string [] ) : [ Namespace < T > , string ]
Type parameters
Parameters
namespace: string | string []
Returns [ Namespace < T > , string ]
flattenNamespace
flattenNamespace<T>( ns: Namespace < T > ) : object
Type parameters
Parameters
Returns object
removeElement
removeElement( el: Element ) : void
Object literals
Const NAMESPACE_TRAPS
NAMESPACE_TRAPS: object
deleteProperty
deleteProperty( target: Namespace , p: PropertyKey ) : boolean
Parameters
Returns boolean
get
get<T>( target: Namespace < T > , p: PropertyKey , receiver?: any ) : T
Type parameters
Parameters
p: PropertyKey
Optional receiver: any
Returns T
has
has( target: Namespace , p: PropertyKey ) : boolean
Parameters
Returns boolean
ownKeys
Parameters
Returns PropertyKey []
set
set<T>( target: Namespace < T > , p: PropertyKey , value: T , receiver?: any ) : boolean
Type parameters
Parameters
p: PropertyKey
value: T
Optional receiver: any
Returns boolean
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
Namespaced data storage.