Interface IScopeInstance<TContext>

Type Parameters

Hierarchy

  • IScopeInstance

Properties

Methods

Properties

context: null | TContext
info: null | IStorage<unknown>
parent: null | IScopeInstance<TContext>

Methods

  • Type Parameters

    • T

    Parameters

    • callback: (() => T)
        • (): T
        • Returns T

    Returns T

Generated using TypeDoc