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

FormatItem

Interface

Represents a single item in the formatting DropDownList.

Definition

Package:@progress/kendo-angular-editor

Syntax:

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

Properties

tag

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

Sets the tag to apply.

text

string

Sets the display text for the tag in the DropDownList.

In this article
DefinitionPropertiestagtext
Not finding the help you need?
Contact Support