Class: EditNew
actions/EditNew/EditNew.EditNew
Hierarchy
EditNew
Implements
Constructors
constructor
• new EditNew(graph
)
Parameters
Name | Type |
---|---|
graph | Graph |
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
Implementation of
Defined in
actions/EditNew/EditNew.ts:16
run
▸ run(__namedParameters
): Promise
<ActionReturnValue
>
Parameters
Name | Type |
---|---|
__namedParameters | [Target []] |
Returns
Promise
<ActionReturnValue
>
Implementation of
Defined in
actions/EditNew/EditNew.ts:24