Interface ReactTabBarToolbarItem
Properties
Optional Readonly group
group?: string
Optional Readonly onDidChange
on
Did
Change
?: Event<void>Optional Readonly priority
priority?: number
Optional Readonly when
when?: string
Methods
Optional isVisible
- isVisible(widget: Widget): boolean
Parameters
Returns boolean
render
- render(widget?: Widget): ReactNode
Parameters
Returns ReactNode
Tab-bar toolbar item backed by a
React.ReactNode
. Unlike theTabBarToolbarItem
, this item is not connected to the command service.