Skip to content

DI Bag API / index / AcquisitionMetadataPresence

Type Alias: AcquisitionMetadataPresence<A extends readonly unknown[]> ​

ts
type AcquisitionMetadataPresence<A extends readonly unknown[]> = {
    readonly [I in keyof A]: Presence<A[I]>;
};

Defined in: inspection.ts:14

A readonly tuple indicating whether each acquisition-stage frame is available.

Type Parameters ​

Type ParameterDescription
A-

See ​

https://dany-fedorov.github.io/di-bag/guides/tutorial.html#attach-metadata-and-inspect-without-resolving

Ordinary services. Checked composition. Explicit ownership.