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