Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
main/browser/status-bar-message-registry-main
StatusBarMessageRegistryMainImpl
Class StatusBarMessageRegistryMainImpl
Implements
StatusBarMessageRegistryMain
Disposable
Index
Constructors
constructor
Properties
color
Registry
Methods
$dispose
$set
Message
dispose
Constructors
constructor
new
StatusBarMessageRegistryMainImpl
(
container
:
Container
,
rpc
:
RPCProtocol
,
)
:
StatusBarMessageRegistryMainImpl
Parameters
container
:
Container
rpc
:
RPCProtocol
Returns
StatusBarMessageRegistryMainImpl
Properties
Protected
Readonly
color
Registry
colorRegistry
:
ColorRegistry
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
:
number
,
color
:
undefined
|
string
,
backgroundColor
:
undefined
|
string
,
tooltip
:
undefined
|
string
|
true
|
MarkdownString
,
command
:
undefined
|
string
,
accessibilityInformation
:
AccessibilityInformation
,
args
:
undefined
|
any
[]
,
)
:
Promise
<
void
>
Parameters
id
:
string
name
:
undefined
|
string
text
:
undefined
|
string
priority
:
number
alignment
:
number
color
:
undefined
|
string
backgroundColor
:
undefined
|
string
tooltip
:
undefined
|
string
|
true
|
MarkdownString
command
:
undefined
|
string
accessibilityInformation
:
AccessibilityInformation
args
:
undefined
|
any
[]
eslint-disable-next-line @typescript-eslint/no-explicit-any
Returns
Promise
<
void
>
dispose
dispose
()
:
void
Dispose this object.
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
color
Registry
Methods
$dispose
$set
Message
dispose
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...
eslint-disable-next-line @typescript-eslint/no-explicit-any