Typedef

BlockFillerMode (engine/view)

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

typedef
String

Enum representing the type of the block filler.

Possible values:

  • br – For the <br data-cke-filler="true"> block filler used in the editing view.
  • nbsp – For the &nbsp; block fillers used in the data.
  • markedNbsp – For the &nbsp; block fillers wrapped in <span> elements: <span data-cke-filler="true">&nbsp;</span> used in the data.

Filtering