Class: ToggleBreakpoint
actions/ToggleBreakpoint.ToggleBreakpoint
Implements
Constructors
constructor
• new ToggleBreakpoint(graph)
Parameters
| Name | Type |
|---|---|
graph | Graph |
Defined in
actions/ToggleBreakpoint.ts:12
Methods
getFinalStages
▸ getFinalStages(): ModifyIfUntypedStage[]
Used to define final stages that should be run at the end of the pipeline before the action
Returns
Implementation of
Defined in
actions/ToggleBreakpoint.ts:10
run
▸ run(__namedParameters): Promise<ActionReturnValue>
Parameters
| Name | Type |
|---|---|
__namedParameters | [Target[], Target[]] |
Returns
Promise<ActionReturnValue>
Implementation of
Defined in
actions/ToggleBreakpoint.ts:16