Constructor
new dataProcessingEditor($scope)
constructor - description
Parameters:
| Name | Type | Description |
|---|---|---|
$scope |
type | A reference to the plugin's scope for editing panel's variables |
Methods
(static) DataProcessingEditorController#toggleDescVisibility()
toggleDescVisibility - handler for an editor tab event
Toggles the state of showDescription variable to display or not
the descriptions for the data mapping options.
Toggles the state of showDescription variable to display or not
the descriptions for the data mapping options.
(static) exports.dataProcessingEditor(scope)
dataProcessingEditor - function exported to be used as the AngularJs component
Parameters:
| Name | Type | Description |
|---|---|---|
scope |
type | A reference to the scope of the plugin to route functions and variables |
Returns:
AngularJS Component New dataProcessingEditor