Skip to main content

Class: MakeshiftAction

actions/MakeshiftActions.internal.MakeshiftAction

Hierarchy

Constructors

constructor

new MakeshiftAction(graph, options?)

Parameters

NameType
graphGraph
optionsCommandOptions

Inherited from

CommandAction.constructor

Defined in

actions/CommandAction.ts:37

Properties

command

Abstract command: string

Defined in

actions/MakeshiftActions.ts:6


commandArg

Optional commandArg: object

Defined in

actions/MakeshiftActions.ts:8


ensureSingleTarget

Optional ensureSingleTarget: boolean

Defined in

actions/MakeshiftActions.ts:9


postCommandSleepMs

Optional postCommandSleepMs: number

Defined in

actions/MakeshiftActions.ts:10


restoreSelection

Optional restoreSelection: boolean

Defined in

actions/MakeshiftActions.ts:7

Methods

run

run(targets): Promise<ActionReturnValue>

Parameters

NameType
targets[Target[]]

Returns

Promise<ActionReturnValue>

Overrides

CommandAction.run

Defined in

actions/MakeshiftActions.ts:12