Interface StatusBarMessageRegistryMain
Hierarchy
- StatusBarMessageRegistryMain
Methods
$dispose
- $dispose(id: string): void
$setMessage
- $setMessage(id: string, name: undefined | string, text: undefined | string, priority: number, alignment: StatusBarAlignment, color: undefined | string, backgroundColor: undefined | string, tooltip: undefined | string | MarkdownString, command: undefined | string, accessibilityInformation: AccessibilityInformation, args: undefined | any[]): PromiseLike<void>
Parameters
id: string
name: undefined | string
text: undefined | string
priority: number
alignment: StatusBarAlignment
color: undefined | string
backgroundColor: undefined | string
tooltip: undefined | string | MarkdownString
command: undefined | string
accessibilityInformation: AccessibilityInformation
args: undefined | any[]
Returns PromiseLike<void>