An editor for features with shape list shapes. See ComposedShapeEditor for more information.

This editor only supports editing the shapes in a shape list. It does not support creation of shape lists. It also does not support adding and removing polygons to the shape list.

Since

2022.1

Hierarchy

Constructors

Accessors

  • get delegate(): Editor
  • Returns the delegate, as passed into the constructor.

    Returns Editor

  • get shapeType(): ShapeType
  • Returns the shape type, as passed into the constructor.

    Returns ShapeType

Methods

  • Indicates whether this editor can edit the given context.

    Parameters

    Returns boolean

    true if context.shape matches the shape type defined in the constructor, and the delegate can edit all subshapes.