An array of string values which specifies what end users are allowed to edit.
The ID or node representing the DOM element containing the widget.
Indicates the heading level to use for title of the widget.
The widget's default CSS icon class.
The unique ID assigned to the widget when the widget is created.
The widget's label.
An array of editing configurations for individual layers.
The SnappingOptions for editing.
This property allows customization of supporting Editor widgets and their default behavior.
The view model for this widget.
Indicates whether the widget is visible.
Cancels any active workflow.
A utility method used for building the value for a widget's class
property.
This is applicable if there is an active UpdateWorkflow.
Destroys the widget instance.
Emits an event on the instance.
Indicates whether there is an event listener on the instance that matches the provided event name.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Registers an event handler on the instance.
Widget teardown helper.
This method is primarily used by developers when implementing custom widgets. Executes after widget is ready for rendering.
This method is primarily used by developers when implementing custom widgets. It must be implemented by subclasses for rendering.
Renders widget to the DOM immediately.
This method is primarily used by developers when implementing custom widgets. Schedules widget rendering.
Initiates the CreateWorkflow by displaying the panel where feature creation begins.
This method starts the CreateWorkflow where it waits for the feature to be selected.
Initiates the CreateWorkflow by displaying the FeatureTemplates panel.
Starts the UpdateWorkflow at the feature geometry and attribute editing panel.
Starts the UpdateWorkflow using the current selected feature.
This method starts the UpdateWorkflow where it waits for multiple features to be selected.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
A property indicating the current active workflow.
Read more...