Interface

Match (engine/view)

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

interface

An object representing matched element parts.

Filtering

Properties

  • attributes : Array<string> | undefined

    Array with matched attribute names.

  • classes : Array<string> | undefined

    Array with matched class names.

  • name : boolean | undefined

    True if name of the element was matched.

  • styles : Array<string> | undefined

    Array with matched style names.