AdaptableSystemIcon

Defines an icon from the System AdapTable icon set

TypeScript
export interface AdaptableSystemIcon extends
Extends

AdaptableBaseIcon

Properties

PropertyDescription
nameThe name of the icon to use (referencing the AdapTable Icon Library)
sizeThe 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