dataElement |
string
|
|
The data element of the label item. |
render |
function
|
|
Function that returns the React element or HTML element to render. Cannot use React Hooks in the render. For more information see; https://docs.apryse.com/web/faq/react-hooks-error |
renderArguments |
Array
|
<optional>
|
Array of arguments to pass to the render function |
title |
string
|
<optional>
|
Text to show on hover of the item (Tooltip) |
style |
object
|
<optional>
|
An object defining inline CSS styles for the element, where each key represents a CSS property and its corresponding value. |
className |
string
|
<optional>
|
String with CSS classes to be applied to the element, allowing additional styling and customization through external stylesheets. |