Home > @activeviam/activeui-sdk > IconImplementationProperties
IconImplementationProperties interface
Renders an icon. The expected output is any React element.
Signature:
export interface IconImplementationProperties
Remarks
For the list of available keys in the SDK, see the icons snippet in the showcase.
Properties
Property | Type | Description |
---|---|---|
render | (palette: CorePalette, props: any) => React.ReactElement<any> | The render method of the icon. The props provided as the second argument might change depending on where the icon is rendered. We recomment to always propagate this props to the top-level component and to not try to use what is inside. |