ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

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

PropertyTypeDescription
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.
  • IconImplementationProperties interface
  • Remarks
  • Properties
Copyright © 2023 ActiveViam