Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
StatusBarMessageRegistryMain
Interface StatusBarMessageRegistryMain
interface
StatusBarMessageRegistryMain
{
$dispose
(
id
:
string
)
:
void
;
$setMessage
(
id
:
string
,
name
:
undefined
|
string
,
text
:
undefined
|
string
,
priority
:
number
,
alignment
:
StatusBarAlignment
,
color
:
undefined
|
string
,
backgroundColor
:
undefined
|
string
,
tooltip
:
undefined
|
string
|
true
|
MarkdownString
,
command
:
undefined
|
string
,
accessibilityInformation
:
AccessibilityInformation
,
args
:
undefined
|
any
[]
,
)
:
PromiseLike
<
void
>
;
}
Implemented by
StatusBarMessageRegistryMainImpl
Index
Methods
$dispose
$set
Message
Methods
$dispose
$dispose
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
$set
Message
$setMessage
(
id
:
string
,
name
:
undefined
|
string
,
text
:
undefined
|
string
,
priority
:
number
,
alignment
:
StatusBarAlignment
,
color
:
undefined
|
string
,
backgroundColor
:
undefined
|
string
,
tooltip
:
undefined
|
string
|
true
|
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
|
true
|
MarkdownString
Value true indicates that the tooltip can be retrieved asynchronously
command
:
undefined
|
string
accessibilityInformation
:
AccessibilityInformation
args
:
undefined
|
any
[]
Returns
PromiseLike
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$dispose
$set
Message
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
Value true indicates that the tooltip can be retrieved asynchronously