LanguageStatusItem$Typings extension
Properties
-
accessibilityInformation
↔ AccessibilityInformation?
-
Accessibility information used when a screen reader interacts with this item
getter/setter pair
-
busy
↔ bool
-
Controls whether the item is shown as "busy". Defaults to
false
.
getter/setter pair
-
command
↔ Command?
-
A {@linkcode Command command} for this item.
getter/setter pair
-
detail
↔ String?
-
Optional, human-readable details for this item.
getter/setter pair
-
dispose
↔ void Function()
-
getter/setter pair
-
id
→ String
-
The identifier of this item.
no setter
-
name
↔ String?
-
The short name of this item, like 'Java Language Status', etc.
getter/setter pair
-
selector
↔ Object
-
A {@link DocumentSelector selector} that defines for what editors
this item shows.
getter/setter pair
-
severity
↔ LanguageStatusSeverity
-
The severity of this item.
getter/setter pair
-
text
↔ String
-
The text to show for the entry. You can embed icons in the text by leveraging the syntax:
getter/setter pair