Skip to main content

Interface: PreconditionArrayResolvableDetails

Defined in: projects/framework/src/lib/utils/preconditions/PreconditionContainerArray.ts:57

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[]

Defined in: projects/framework/src/lib/utils/preconditions/PreconditionContainerArray.ts:62

The data that will be used to resolve IPreconditionContainer dependent of this one.

Since

1.0.0


mode

mode: PreconditionRunMode

Defined in: projects/framework/src/lib/utils/preconditions/PreconditionContainerArray.ts:68

The mode the PreconditionContainerArray will run.

Since

1.0.0