Interface: InteractionHandlerParseSome<T>
Defined in: projects/framework/src/lib/types/Events.ts:578
Extends
Type Parameters
| Type Parameter | Default type | 
|---|---|
| T | unknown | 
Properties
handler
handler:
InteractionHandler
Defined in: projects/framework/src/lib/types/Events.ts:573
Inherited from
IInteractionHandlerPayload.handler
interaction
interaction:
Interaction
Defined in: projects/framework/src/lib/types/Events.ts:572
Inherited from
IInteractionHandlerPayload.interaction
value
value:
T
Defined in: projects/framework/src/lib/types/Events.ts:582
The value that was passed to the some function.