AdaptableElementIcon
Defines an icon as a provided DOM element or HTML string
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| element | The 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