Type alias ListReceiver<TAsset>

ListReceiver<TAsset>: ((this, assets) => void)

Type Parameters

  • TAsset

    Context value asset type.

Type declaration

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

      Parameters

      • this: void
      • assets: Provided<TAsset>[]

        Array of assets provided for context entry.

      Returns void

Generated using TypeDoc