HeadingParagraphOption
interface
Properties
-
class : string
module:heading/headingconfig~HeadingParagraphOption#class
The class which will be added to the dropdown item representing this option.
-
icon : string | undefined
module:heading/headingconfig~HeadingParagraphOption#icon
Icon used by
HeadingButtonsUI
. It can be omitted when using the default configuration. -
model : 'paragraph'
module:heading/headingconfig~HeadingParagraphOption#model
Name of the model element to convert.
-
title : string
module:heading/headingconfig~HeadingParagraphOption#title
The user-readable title of the option.
-
upcastAlso : ArrayOrItem<string | RegExp | MatcherFunctionPattern | MatcherObjectPattern | ViewElementObjectDefinition> | undefined
module:heading/headingconfig~HeadingParagraphOption#upcastAlso
An array with all matched elements that the view-to-model conversion should also accept.