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