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