Preparing search index...
The search index is not available
TESSA Web API
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
Application.
App
Application.DI
DI_
Interfaces
Application.
Extensions
Application.
Http
Application.
Localization
Application.
Session
Core.
Annotation
Core.
Common
Core.
Debug
Core.
Error
Core.
Formatting
Core.
Guid
Core.
Scope
Core.
Serialization
Core.
Storage
Core.
Validation
Platform.
Business
Calendar
Business
Calendar
Request
Types
Calendar
Days
Platform.
Cards
Platform.
Cards.
Common
Platform.
Cards.
Extensions
Platform.
Cards.
Metadata
Platform.
Cards.
Service
Platform.
Cards.
Types
Platform.
Cards.
Validation
Platform.
Cards.
Workflow
Platform.
Content
Platform.
Content.
Avatar
Platform.
Files
Platform.
Formatting
Platform.
Forums
Platform.
Initialization
Platform.
Operations
Platform.
Placeholders
Platform.
Scheme
Platform.
Tags
Platform.
Validation
Platform.
Views
Platform.
Views.
Export
Platform.
Views.
Extensions
Platform.
Views.
Metadata
Platform.
Views.
Search
Queries
Platform.
Views.
Service
Platform.
Workflow
Platform.
Workflow.
Kr
Process
Platform.
Workflow.
Signals
Platform.
Workplaces
Platform.
Workplaces.
Extensions
Platform.
Workplaces.
Metadata
Platform.
Workplaces.
Service
Platform.
Workplaces.
Visitors
UI.
Common
UI.
View
Model
TESSA Web API
Core.Scope
Scope
Class Scope<TContext>
Type Parameters
TContext
extends
IScopeContext
Hierarchy
Scope
Implements
IScope
<
TContext
>
Index
Constructors
constructor
Accessors
context
current
info
name
Methods
create
get
By
Context
Constructors
constructor
new
Scope
<
TContext
>
(
name
:
string
)
:
Scope
<
TContext
>
Type Parameters
TContext
extends
IScopeContext
Parameters
name:
string
Returns
Scope
<
TContext
>
Accessors
context
get
context
(
)
:
null
|
TContext
Returns
null
|
TContext
current
get
current
(
)
:
null
|
IScopeInstance
<
TContext
>
Returns
null
|
IScopeInstance
<
TContext
>
info
get
info
(
)
:
null
|
IStorage
<
unknown
>
Returns
null
|
IStorage
<
unknown
>
name
get
name
(
)
:
string
Returns
string
Methods
create
create
(
context
:
null
|
TContext
, info
?:
null
|
IStorage
<
unknown
>
)
:
IScopeInstance
<
TContext
>
Parameters
context:
null
|
TContext
Optional
info:
null
|
IStorage
<
unknown
>
Returns
IScopeInstance
<
TContext
>
get
By
Context
get
By
Context
(
context
:
TContext
)
:
null
|
IScopeInstance
<
TContext
>
Parameters
context:
TContext
Returns
null
|
IScopeInstance
<
TContext
>
Generated using
TypeDoc