Type alias Receiver<TAsset>

Receiver<TAsset>: ((this, asset) => void)

Type Parameters

  • TAsset

    Context value asset type.

Type declaration

    • (this, asset): void
    • A signature of receiver of assets provided for context entry.

      Parameters

      • this: void
      • asset: Provided<TAsset>

        An asset provided for context entry.

      Returns void

Generated using TypeDoc