Typedef

FontFamilyOption (font)

@ckeditor/ckeditor5-font/src/fontfamily

typedef
Object

The font family option descriptor.

Filtering

Properties

  • model : String

    The attribute's unique value in the model.

  • title : String

    The user-readable title of the option.

  • upcastAlso : Array.<ElementDefinition> | undefined

    An array with all matched elements that the view-to-model conversion should also accept.

  • view : ElementDefinition

    View element configuration.