Optional
forresolve await promise in 'await for in' scope
Protected
Optional
Readonly
moduleProtected
Optional
Readonly
moduleProtected
Readonly
onProtected
Optional
Readonly
resolverProtected
Readonly
stackclear 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,
Optional
propertyValue: 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,
Optional
propertyValue: 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
Optional
importCallOptions: ImportCallOptionsimport module scope from another stack, by the help of ModuleScopeResolver.
used with import statement
Optional
importCallOptions: ImportCallOptionsOptional
propertyKeys: (keyof T)[]set the value of propertyKey
in its context provider with value
.
else define it in the first scope 'local scope'
Optional
receiver: anyset the value of propertyKey
in its context provider with value
.
else define it in the first scope 'local scope'
Optional
receiver: anyStatic
forStatic
forStatic
module
a list of promises to resolve in an 'async' scope as 'async function'