Private
constructorContexts should be created using the static factory method Context.fromLDContext.
Private
Optional
_contextPrivate
_contextPrivate
_contextsPrivate
_isPrivate
_isPrivate
Optional
_privatePrivate
_wasReadonly
kindOptional
Readonly
messageReadonly
validIs this a valid context. If a valid context cannot be created, then this flag will be true. The validity of a context should be tested before it is used.
Static
Readonly
UserStatic
Private
_contextStatic
Private
_fromStatic
Private
_fromStatic
Private
_fromStatic
Private
_getGet the canonical key for this context.
True if this is a multi-kind context.
Get the kinds of this context.
Get the kinds, and their keys, for this context.
Get the underlying context objects from this context.
This method is intended to be used in event generation.
The returned objects should not be modified.
Get the attribute references.
Attempt to get a value for the given context kind using the given reference.
The reference to the value to get.
Optional
kind: stringThe kind of the context to get the value for.
Optional
a value or undefined
if one is not found.
Static
fromLDContextStatic
toLDContextGenerated using TypeDoc
Container for a context/contexts. Because contexts come from external code they must be thoroughly validated and then formed to comply with the type system.