StatusBarIndicatorProps Interface

Properties of StatusBarIndicator component.

Extends

Properties

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

Inherited properties

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

Defined in

Last Updated: 13 May, 2024