yor.ts / Exports / YorInteractionModal

Class: YorInteractionModal

Implements

Table of contents

Constructors

Properties

Constructors

constructor

new YorInteractionModal(): YorInteractionModal

Returns

YorInteractionModal

Properties

execute

execute: (context: ModalContext) => void | Promise<void>

Type declaration

▸ (context): void | Promise<void>

Parameters
NameType
contextModalContext
Returns

void | Promise<void>

Implementation of

Modal.execute

Defined in

src/structures/YorInteractionModal.ts:7


id

id: string

Implementation of

Modal.id

Defined in

src/structures/YorInteractionModal.ts:6