Classes
Yor.ts | classes/YorInteractionModal
yor.ts / Exports / YorInteractionModal
Class: YorInteractionModal
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new YorInteractionModal(): YorInteractionModal
Returns
Properties
execute
• execute: (context
: ModalContext
) => void
| Promise
<void
>
Type declaration
▸ (context
): void
| Promise
<void
>
Parameters
Name | Type |
---|---|
context | ModalContext |
Returns
void
| Promise
<void
>
Implementation of
Defined in
src/structures/YorInteractionModal.ts:7
id
• id: string
Implementation of
Defined in
Was this page helpful?