Skip to main content

Class: EditNew

actions/EditNew/EditNew.EditNew

Hierarchy

Implements

Constructors

constructor

new EditNew(graph)

Parameters

NameType
graphGraph

Defined in

actions/EditNew/EditNew.ts:20

Methods

getFinalStages

getFinalStages(): ModifierStage[]

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

Returns

ModifierStage[]

Implementation of

Action.getFinalStages

Defined in

actions/EditNew/EditNew.ts:16


run

run(__namedParameters): Promise<ActionReturnValue>

Parameters

NameType
__namedParameters[Target[]]

Returns

Promise<ActionReturnValue>

Implementation of

Action.run

Defined in

actions/EditNew/EditNew.ts:24