GeccoAction: {
    get name(): string;
    canRunInExecutionContext(executionContext: ExecutionContext): boolean;
    executeAsync(): Promise<void>;
}

Type declaration

  • get name(): string
  • canRunInExecutionContext:function
  • executeAsync:function
    • Returns Promise<void>

Generated using TypeDoc