An Editor that delegates to a list of other editors.

The first editor in the list of delegates that can edit the feature or shape, is used to create handles.

Since

2022.1

Hierarchy

Constructors

Accessors

  • get delegates(): Editor[]
  • The list of delegates used by this editor.

    You can set another list of delegates after construction, but it should not be set while creation or editing is in progress (ie. while this editor is in use by a CreateController).

    Returns Editor[]

  • set delegates(delegates): void
  • Parameters

    Returns void

Methods

  • Indicates which features/shapes this editor can edit.

    Returns true if there's an can edit.

    Parameters

    Returns boolean