Interface: PreconditionArrayResolvableDetails
Defines the detailed options for the PreconditionContainerArray, where both the PreconditionRunMode and the entries can be defined.
Since
1.0.0
Properties
entries
entries: readonly
PreconditionEntryResolvable
[]
The data that will be used to resolve IPreconditionContainer dependent of this one.
Since
1.0.0
Defined in
projects/framework/src/lib/utils/preconditions/PreconditionContainerArray.ts:62
mode
mode:
PreconditionRunMode
The mode the PreconditionContainerArray will run.
Since
1.0.0
Defined in
projects/framework/src/lib/utils/preconditions/PreconditionContainerArray.ts:68