Interface: StatusBarRegistration#
Common.Types.StatusBarRegistration
The type for registering status bar items from the LensRendererExtension
Table of contents#
Properties#
Properties#
components#
• Optional
components: StatusBarComponents
The newer API, allows for registering a component instead of a ReactNode
item#
• Optional
item: ReactNode
| () => ReactNode
deprecated
use components instead