Skip to main content

Class: EditNewBefore

actions/EditNew/EditNew.EditNewBefore

Hierarchy

Constructors

constructor

new EditNewBefore(graph)

Parameters

NameType
graphGraph

Inherited from

EditNew.constructor

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[]

Overrides

EditNew.getFinalStages

Defined in

actions/EditNew/EditNew.ts:61


run

run(__namedParameters): Promise<ActionReturnValue>

Parameters

NameType
__namedParameters[Target[]]

Returns

Promise<ActionReturnValue>

Inherited from

EditNew.run

Defined in

actions/EditNew/EditNew.ts:24