- Preparing search index...
- The search index is not available
TESSA Web API
Interface IScope<TContext>
Properties
Readonly
context
context: null | TContext
Readonly
current
Readonly
info
Readonly
name
name: string
Methods
create
- create(context: null | TContext, info?: null | IStorage<unknown>): IScopeInstance<TContext>
-
Parameters
-
context: null | TContext
-
Optional
info: null | IStorage<unknown>
getByContext
- getByContext(context: TContext): null | IScopeInstance<TContext>
-