Module

engine/view/matcher

@ckeditor/ckeditor5-engine/src/view/matcher

module

Filtering

Classes

  • Matcher

    View matcher class. Instance of this class can be used to find elements that match given pattern.

Type Definitions

  • MatcherPattern

    An entity that is a valid pattern recognized by a matcher. MatcherPattern is used by Matcher to recognize if a view element fits in a group of view elements described by the pattern.