AdaptableBaseIcon
Base interface for AdaptableIcon
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| className | string | The class name of the icon |
| style | React.CSSProperties | CSS Properties |
Property Details
className
The class name of the icon
TypeScript
className?: string;Property Value
string
style
CSS Properties
TypeScript
style?: React.CSSProperties;Property Value
React.CSSProperties