Skip to main content

Class: EditNewAfter

actions/EditNew/EditNew.EditNewAfter

Hierarchy

Constructors

constructor

new EditNewAfter(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:73


run

run(__namedParameters): Promise<ActionReturnValue>

Parameters

NameType
__namedParameters[Target[]]

Returns

Promise<ActionReturnValue>

Inherited from

EditNew.run

Defined in

actions/EditNew/EditNew.ts:24