- Source:
Methods
(abstract) getTransformOperations(subject) → {Promise.<Array.<module:nmodule/export/rc/TransformOperation>>}
- Description:
Resolve an Array of the available TransformOperations to the given
subject.Note that the subject received may depend on how the transform was
invoked. For instance, if performing an Export command on a node in the
nav tree, the subject might be a Component. If performing an Export
command by using the Export button in the toolbar, the subject would be
the Widget currently being viewed. Be sure to perform the appropriate
type checking on the input subject.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
subject |
* |
Returns:
- Type
- Promise.<Array.<module:nmodule/export/rc/TransformOperation>>