Class: dataProcessingEditor

dataProcessingEditor($scope)

dataProcessing editor controller

Implementation for a feature editor.
Controller for the editor tab of the plugin for this specific feature.
It is the controller of the AngularJS component for the editor

Constructor

new dataProcessingEditor($scope)

constructor - description
Parameters:
Name Type Description
$scope type A reference to the plugin's scope for editing panel's variables
Source:

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.
Source:

(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
Source:
Returns:
AngularJS Component New dataProcessingEditor