Interface IScope<TContext>

Type Parameters

Hierarchy

  • IScope

Implemented by

Properties

context: null | TContext
current: null | IScopeInstance<TContext>
info: null | IStorage<unknown>
name: string

Methods

  • Parameters

    • context: null | TContext
    • Optional info: null | IStorage<unknown>

    Returns IScopeInstance<TContext>

  • Parameters

    • context: TContext

    Returns null | IScopeInstance<TContext>

Generated using TypeDoc