StatusBarItem Type documentation
|
Properties |
---|
Function to call when the item is clicked. action?: (item: StatusBarItem ) => void | When blinking is enabled, allows to explicitly disable blinking. undefined and true mean blink. blink?: boolean | Custom color as CSS value if status is not specified Deprecated: use the semantic status input instead.
color?: string | Status of the item. If not specified, specify color status?: ExtendedStatusType | A descriptive title title: string | The value to show. 0 or '' means greyed out value: (string | number ) |
|
Types Documentation
Except where otherwise noted, content on this site is licensed under MIT License.