Interface

Consumables (engine/conversion)

@ckeditor/ckeditor5-engine/src/conversion/viewconsumable

interface

Filtering

Properties

  • attributes : string | Array<string> | undefined

    Attribute name or array of attribute names.

  • classes : string | Array<string> | undefined

    Class name or array of class names.

  • name : boolean | undefined

    If set to true element's name will be included.

  • styles : string | Array<string> | undefined

    Style name or array of style names.