Skip to content

StatusBarItem Type documentation

Properties
Function to call when the item is clicked.
action?: (item: StatusBarItem) => void
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

("success" | "info" | "warning" | "danger" | "caution" | "critical")

Except where otherwise noted, content on this site is licensed under MIT License.