Interface

Match (engine/view)

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

interface

An object representing matched element parts.

Filtering

Properties

  • attributes : Array<tuple> | undefined

    Array of matching tuples: attribute name, and optional token for tokenized attributes. Note that there could be multiple entries for the same attribute with different tokens (class names or style properties).

  • name : boolean | undefined

    True if name of the element was matched.