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