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