AdaptableSystemIcon
Defines an icon from the System AdapTable icon set
TypeScript
export interface AdaptableSystemIcon extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| name | TypeHint<string,AdaptableSystemIconName> | The name of the icon to use (referencing the AdapTable Icon Library) |
| size | number | The size (in pixels) of the SVG icon (defaults to 17px) |
Property Details
name
The name of the icon to use (referencing the AdapTable Icon Library)
The icon can be a adaptable icon or a custom one defined in interfaceOptions.customIcons
TypeScript
name: TypeHint<string, AdaptableSystemIconName>;Property Value
TypeHint<string,AdaptableSystemIconName>
size
The size (in pixels) of the SVG icon (defaults to 17px)
TypeScript
size?: number;Property Value
number