Interface

LineHeightOption (line-height)

@ckeditor/ckeditor5-line-height/src/lineheightconfig

interface

Configuration for one of the dropdown options.

Filtering

Properties

  • model : string

    The line height value (CSS line-height property value, string).

  • title : string

    The user-readable title of the option.

  • view : DowncastAttributeDescriptor | undefined

    View element configuration.