Private
Readonly
_properties$Private
destroy$Private
editorIf true
, the Editor
widget is added to an
Esri Expand
widget.
The
Esri UIAddPosition
describing where in the Map's UI the widget should be placed.
Private
rendererReadonly
view$Private
viewEmits a reference to the
Esri Editor
widget
when it is added to the map.
Emits a reference to the
Esri Expand
widget
when it is added to the map.
Emits a reference to the
Esri Expand
widget
when its when
callback is invoked, indicating the widget has loaded.
Emits a reference to the
Esri Editor
widget
when its when
callback is invoked, indicating the widget has loaded.
A component input that accepts
Editor
properties
to use for widget initialization.
Private
ngPrivate
ngPrivate
renderGenerated using TypeDoc
A string, representing a DOM element's
id
attribute. If this input is passed to the component, the Editor widget will be constructed with the passed element. If this value is null, the component will create a new element to host the widget.Important
If
expand
istrue
, thecontainerId
must be null!