Optionalforresolve await promise in 'await for in' scope
Protected Optional ReadonlymoduleProtected Optional ReadonlymoduleProtected ReadonlyonProtected Optional ReadonlyresolverProtected Readonlystackclear every thing after this scope, but not this scope
clear every thing after this scope, but not this scope
clear every thing after this scope, and even this scope
clear every thing after this scope, and even this scope
declare variable at last scope in the stack,
the name of property mey be string | number | symbol,
OptionalpropertyValue: anyif not exist will be initialize with 'undefined' value
declare variable at last scope in the stack,
the name of property mey be string | number | symbol,
OptionalpropertyValue: anyif not exist will be initialize with 'undefined' value
used when want to update ui-view like, you want to replace an array with another without reflect changes on view until reattached again.
used when want to update ui-view like, you want to replace an array with another without reflect changes on view until reattached again.
get context object of this provider,
search for the first context object that has propertyKey.
search for the first context that have property key, if not found will return the stack local scop as a default value
the property key
get context object of this provider,
search for the first context object that has propertyKey.
search for the first context that have property key, if not found will return the stack local scop as a default value
the property key
get the first value for provided property key,
will search current stack in all scope till find the first key, else undefined
get the first value for provided property key,
will search current stack in all scope till find the first key, else undefined
get the current module for this stack.
used with export statement
get the current module for this stack.
used with export statement
import module scope from another stack, by the help of ModuleScopeResolver.
used with import statement
OptionalimportCallOptions: ImportCallOptionsimport module scope from another stack, by the help of ModuleScopeResolver.
used with import statement
OptionalimportCallOptions: ImportCallOptionsOptionalpropertyKeys: (keyof T)[]set the value of propertyKey in its context provider with value.
else define it in the first scope 'local scope'
Optionalreceiver: anyset the value of propertyKey in its context provider with value.
else define it in the first scope 'local scope'
Optionalreceiver: anyStaticforStaticforStaticmodule
a list of promises to resolve in an 'async' scope as 'async function'