Skip to main content

Interface: InteractionHandlerParseSome<T>

Defined in: projects/framework/src/lib/types/Events.ts:578

Extends

Type Parameters

Type ParameterDefault type
Tunknown

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.