Skip to main content

Interface: ActionCommand

core/commandRunner/typings/ActionCommand.ActionCommand

Properties

args

Optional args: unknown[]

A list of arguments expected by the given action.

Defined in

core/commandRunner/typings/ActionCommand.ts:64


name

name: ActionType

The action to run

Defined in

core/commandRunner/typings/ActionCommand.ts:59