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