Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReactTabBarToolbarItem

Tab-bar toolbar item backed by a React.ReactNode. Unlike the TabBarToolbarItem, this item is not connected to the command service.

Hierarchy

  • ReactTabBarToolbarItem

Index

Properties

Optional Readonly group

group: string

Optional group for the item. Default navigation. Always inlined.

Readonly id

id: string

Optional Readonly onDidChange

onDidChange: Event<void>

Optional Readonly priority

priority: number

Optional Readonly when

when: string

Methods

Optional isVisible

  • isVisible(widget: Widget): boolean

render

  • render(widget?: Widget): ReactNode