Defines a bespoke Icon provided by a developer

TypeScript
export interface

Properties

PropertyDescription
iconAdapTable Icon definition
nameName of Icon

Property Details

icon

AdapTable Icon definition

TypeScript
icon: AdaptableIcon;
Property Value

AdaptableIcon

name

Name of Icon

TypeScript
name: string;
Property Value

string