Class EditorDirective

Hierarchy

  • EditorDirective

Implements

  • OnInit
  • OnDestroy

Constructors

  • Parameters

    • destroy$: Observable<null>
    • editorService: EditorService
    • renderer: Renderer2
    • viewBase: ViewBase

    Returns EditorDirective

Properties

_properties$: BehaviorSubject<null | EditorProperties> = ...
containerId: null | string = null

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 is true, the containerId must be null!

destroy$: Observable<null>
editor: null | Editor = null
editorExpand: null | Expand = null
editorService: EditorService
expand: boolean = false

If true, the Editor widget is added to an Esri Expand widget.

position: VmcWidgetPosition | UIAddPosition = ...

The Esri UIAddPosition describing where in the Map's UI the widget should be placed.

renderer: Renderer2
view$: Observable<null | MapView | SceneView> = ...
viewBase: ViewBase

Events

editorAdded: EventEmitter<Editor> = ...

Emits a reference to the Esri Editor widget when it is added to the map.

editorExpandAdded: EventEmitter<null | Expand> = ...

Emits a reference to the Esri Expand widget when it is added to the map.

editorExpandReady: EventEmitter<null | Expand> = ...

Emits a reference to the Esri Expand widget when its when callback is invoked, indicating the widget has loaded.

editorReady: EventEmitter<Editor> = ...

Emits a reference to the Esri Editor widget when its when callback is invoked, indicating the widget has loaded.

Accessors

  • set properties(val: EditorProperties): void
  • A component input that accepts Editor properties to use for widget initialization.

    Parameters

    • val: EditorProperties

    Returns void

Methods

  • Private

    Returns void

  • Private

    Returns void

  • Parameters

    • view: MapView | SceneView
    • props: null | EditorProperties

    Returns void

Generated using TypeDoc