AdaptableBaseIcon

Base interface for AdaptableIcon

TypeScript
export interface

Properties

PropertyDescription
classNameThe class name of the icon
styleCSS 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