Interface CxModifier<TContext>

Context modifier interface.

Type Parameters

Hierarchy

Properties

Methods

Properties

context: TContext

Modified context.

Methods

  • Provides an asset for context entry.

    Type Parameters

    • TValue

      Context value type.

    • TAsset = TValue

      Context value asset type.

    Parameters

    • asset: CxAsset<TValue, TAsset, TContext>

      Context entry asset.

    Returns Supply

    Asset supply. Revokes provided asset once cut off.

Generated using TypeDoc