New to Kendo UI for AngularStart a free 30-day trial

FormatItem

Represents a single item in the formatting DropDownList.

typescript
const formatItem: FormatItem = {
  tag: 'h1',
  text: 'Heading 1'
};
NameTypeDefaultDescription

tag

"h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p"

Sets the tag to apply.

text

string

Sets the display text for the tag in the DropDownList.

Not finding the help you need?
Contact Support