AdaptableBaseIcon
Base interface for AdaptableIcon
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| className | The class name of the icon |
| style | 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