Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Core.Scope
IScope
Interface IScope<TContext>
interface
IScope
<
TContext
extends
IScopeContext
>
{
context
:
null
|
TContext
;
current
:
null
|
IScopeInstance
<
TContext
>
;
info
:
null
|
IStorage
;
name
:
string
;
create
(
context
:
null
|
TContext
,
info
?:
null
|
IStorage
,
)
:
IScopeInstance
<
TContext
>
;
getByContext
(
context
:
TContext
)
:
null
|
IScopeInstance
<
TContext
>
;
}
Type Parameters
TContext
extends
IScopeContext
Implemented by
Scope
Index
Properties
context
current
info
name
Methods
create
get
By
Context
Properties
Readonly
context
context
:
null
|
TContext
Readonly
current
current
:
null
|
IScopeInstance
<
TContext
>
Readonly
info
info
:
null
|
IStorage
Readonly
name
name
:
string
Methods
create
create
(
context
:
null
|
TContext
,
info
?:
null
|
IStorage
,
)
:
IScopeInstance
<
TContext
>
Parameters
context
:
null
|
TContext
Optional
info
:
null
|
IStorage
Returns
IScopeInstance
<
TContext
>
get
By
Context
getByContext
(
context
:
TContext
)
:
null
|
IScopeInstance
<
TContext
>
Parameters
context
:
TContext
Returns
null
|
IScopeInstance
<
TContext
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
context
current
info
name
Methods
create
get
By
Context
TESSA Web API
Loading...