StatusBarItem$Typings extension
Properties
- accessibilityInformation ↔ AccessibilityInformation?
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
Accessibility information used when a screen reader interacts with this StatusBar itemgetter/setter pair - alignment → StatusBarAlignment
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
The alignment of this item.no setter - backgroundColor ↔ ThemeColor?
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
The background color for this entry.getter/setter pair - color ↔ dynamic
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
The foreground color for this entry.getter/setter pair - command ↔ dynamic
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
{@linkcode Command} or identifier of a command to run on click.getter/setter pair - dispose ↔ void Function()
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
getter/setter pair - hide ↔ void Function()
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
getter/setter pair - id → String
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
The identifier of this item.no setter - name ↔ String?
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
The name of the entry, like 'Python Language Indicator', 'Git Status' etc. Try to keep the length of the name short, yet descriptive enough that users can understand what the status bar item is about.getter/setter pair - priority → num?
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
The priority of this item. Higher value means the item should be shown more to the left.no setter - show ↔ void Function()
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
getter/setter pair - text ↔ String
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
The text to show for the entry. You can embed icons in the text by leveraging the syntax:getter/setter pair - tooltip ↔ dynamic
-
Available on StatusBarItem, provided by the StatusBarItem$Typings extension
The tooltip text when you hover over this entry.getter/setter pair