StatusBarIndicatorProps Interface

Properties of StatusBarIndicator component.

Extends

Properties

Name Type Description
children undefined | ReactNode Indicator content.  
defaultIsOpen undefined | boolean Default state of an indicator popup.  
onClick undefined | () => void    
popup undefined | ReactNode Content to display in a popup when indicator is clicked.  
title undefined | string Title of an indicator.  

Inherited properties

Name Type Inherited from Description
className undefined | string CommonProps Custom CSS class name
itemId undefined | string CommonProps Optional unique identifier for item.
style undefined | CSSProperties CommonProps Custom CSS style properties

Defined in

Last Updated: 05 April, 2024