clearHighlighteds method

void clearHighlighteds()

Remove highlights from all Parts. This removes all parts from the #highlighteds collection.

Note that no predefined command or tool operates on the #highlighteds collection, and there is no predefined visual rendering when a part becomes Part#isHighlighted. @expose @see #highlight @see #highlightCollection @see Part#isHighlighted @see #clearSelection @since 1.4

Implementation

void clearHighlighteds() {
  _i4.callMethod(
    this,
    'clearHighlighteds',
    [],
  );
}