Class: YorInteractionComponent
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new YorInteractionComponent():YorInteractionComponent
Returns
YorInteractionComponent
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
Component.executeDefined in
src/structures/YorInteractionComponent.ts:7id
• id:string