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 

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.

Remarks

For the list of available keys in the SDK, see the theme page of the Showcase application.

  • IconImplementationProperties interface
  • Properties
  • Remarks
Copyright © 2019 ActiveViam