Interface: Component
Implemented by
Table of contents
Properties
Properties
execute
• execute: (context
: ComponentContext
) => void
| Promise
<void
>
Type declaration
▸ (context
): void
| Promise
<void
>
Parameters
Name | Type |
---|---|
context | ComponentContext |
Returns
void
| Promise
<void
>
Defined in
src/interfaces/Component.ts:5id
• id:string