Class: CopyContentBefore
actions/InsertCopy.CopyContentBefore
Hierarchy
↳
CopyContentBefore
Constructors
constructor
• new CopyContentBefore(graph)
Parameters
| Name | Type |
|---|---|
graph | Graph |
Overrides
Defined in
actions/InsertCopy.ts:92
Methods
getFinalStages
▸ getFinalStages(): ModifyIfUntypedStage[]
Used to define final stages that should be run at the end of the pipeline before the action
Returns
Inherited from
Defined in
actions/InsertCopy.ts:17
run
▸ run(__namedParameters): Promise<ActionReturnValue>
Parameters
| Name | Type |
|---|---|
__namedParameters | [Target[]] |
Returns
Promise<ActionReturnValue>
Inherited from
Defined in
actions/InsertCopy.ts:24