AdaptableElementIcon

Defines an icon as a provided DOM element or HTML string

TypeScript
export interface

Properties

PropertyDescription
elementThe icon to display, either a DOM element or HTML string

Property Details

element

The icon to display, either a DOM element or HTML string

TypeScript
element: HTMLElement | string;
Property Value

HTMLElement | string