Gecco
Action
: { get name
(): string; canRunInExecutionContext
(executionContext
: ExecutionContext): boolean; executeAsync
(): Promise<void>; }
Type declaration
-
get name(): string
-
canRunInExecutionContext:function
- canRunInExecutionContext(executionContext: ExecutionContext): boolean
-
Returns boolean
-
executeAsync:function
- executeAsync(): Promise<void>
-
Returns Promise<void>