Skip to main content

Class: ToggleBreakpoint

actions/ToggleBreakpoint.ToggleBreakpoint

Implements

Constructors

constructor

new ToggleBreakpoint(graph)

Parameters

NameType
graphGraph

Defined in

actions/ToggleBreakpoint.ts:21

Methods

getFinalStages

getFinalStages(): ModifyIfUntypedStage[]

Used to define final stages that should be run at the end of the pipeline before the action

Returns

ModifyIfUntypedStage[]

Implementation of

Action.getFinalStages

Defined in

actions/ToggleBreakpoint.ts:19


run

run(__namedParameters): Promise<ActionReturnValue>

Parameters

NameType
__namedParameters[Target[], Target[]]

Returns

Promise<ActionReturnValue>

Implementation of

Action.run

Defined in

actions/ToggleBreakpoint.ts:25