Type alias RecentReceiver<TAsset>

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

Type Parameters

  • TAsset

    Context value asset type.

Type declaration

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

      Parameters

      • this: void
      • asset: Evaluated<TAsset> | undefined

        Evaluated context entry asset provided for context entry most recently, or undefined if there are no assets provided.

      Returns void

Generated using TypeDoc