AdaptableCustomIcon
Defines an icon from an external source
TypeScript
export interface AdaptableCustomIcon extendsExtends
Properties
| Property | Description |
|---|---|
| src | The URL of the icon to use |
Property Details
src
The URL of the icon to use
TypeScript
src: string;Property Value
string