Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Core.Scope
IScopeInstance
Interface IScopeInstance<TContext>
interface
IScopeInstance
<
TContext
extends
IScopeContext
>
{
context
:
null
|
TContext
;
info
:
null
|
IStorage
;
parent
:
null
|
IScopeInstance
<
TContext
>
;
run
<
T
>
(
callback
:
()
=>
T
)
:
T
;
}
Type Parameters
TContext
extends
IScopeContext
Index
Properties
context
info
parent
Methods
run
Properties
Readonly
context
context
:
null
|
TContext
Readonly
info
info
:
null
|
IStorage
Readonly
parent
parent
:
null
|
IScopeInstance
<
TContext
>
Methods
run
run
<
T
>
(
callback
:
()
=>
T
)
:
T
Type Parameters
T
Parameters
callback
:
()
=>
T
Returns
T
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
info
parent
Methods
run
TESSA Web API
Loading...