Interface: PreconditionSingleResolvableDetails<K>
Defines the detailed options for the PreconditionContainerSingle, where both the PreconditionContext and the name of the precondition can be defined.
Since
1.0.0
Type parameters
Name | Type |
---|---|
K | extends PreconditionKeys = PreconditionKeys |
Implemented by
Properties
context
• context: Preconditions
[K
]
The context to be set at context.
Since
1.0.0
Defined in
projects/framework/src/lib/utils/preconditions/PreconditionContainerSingle.ts:39
name
• name: K
The name of the precondition to retrieve from SapphireClient.preconditions.
Since
1.0.0
Defined in
projects/framework/src/lib/utils/preconditions/PreconditionContainerSingle.ts:33