CustomIcon
Defines a bespoke Icon provided by a developer
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| icon | AdaptableIcon | AdapTable Icon definition |
| name | string | Name of Icon |
Property Details
icon
AdapTable Icon definition
TypeScript
icon: AdaptableIcon;Property Value
name
Name of Icon
TypeScript
name: string;Property Value
string