Interface: InteractionHandlerParseSome<T>
Extends
Type parameters
| Type parameter | Value |
|---|---|
T | unknown |
Properties
handler
handler:
InteractionHandler<InteractionHandlerOptions>
Inherited from
IInteractionHandlerPayload . handler
Source
projects/framework/src/lib/types/Events.ts:573
interaction
interaction:
Interaction
Inherited from
IInteractionHandlerPayload . interaction
Source
projects/framework/src/lib/types/Events.ts:572
value
value:
T
The value that was passed to the some function.