Class: EditNewBefore
actions/EditNew/EditNew.EditNewBefore
Hierarchy
↳
EditNewBefore
Constructors
constructor
• new EditNewBefore(graph)
Parameters
| Name | Type |
|---|---|
graph | Graph |
Inherited from
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
Overrides
Defined in
actions/EditNew/EditNew.ts:61
run
▸ run(__namedParameters): Promise<ActionReturnValue>
Parameters
| Name | Type |
|---|---|
__namedParameters | [Target[]] |
Returns
Promise<ActionReturnValue>
Inherited from
Defined in
actions/EditNew/EditNew.ts:24