New to Kendo UI for Angular? Start a free 30-day trial
FormatItem
Represents a single item in the formatting DropDownList.
typescript
const formatItem: FormatItem = {
tag: 'h1',
text: 'Heading 1'
};