@kkdev92/vscode-ext-kit - v4.1.1
GitHub
npm
Preparing search index...
testing
FakeStatusBarItem
Interface FakeStatusBarItem
One fake status bar item and everything ever set on it.
interface
FakeStatusBarItem
{
accessibilityInformation
:
AccessibilityInformationLike
|
undefined
;
alignment
:
"left"
|
"right"
;
backgroundColor
:
"error"
|
"warning"
|
undefined
;
command
:
string
|
CommandLinkLike
|
undefined
;
disposed
:
boolean
;
id
:
string
;
priority
:
number
|
undefined
;
text
:
string
|
undefined
;
tooltip
:
TooltipLike
|
undefined
;
visible
:
boolean
;
}
Index
Properties
accessibility
Information
alignment
background
Color
command
disposed
id
priority
text
tooltip
visible
Properties
accessibility
Information
accessibilityInformation
:
AccessibilityInformationLike
|
undefined
Readonly
alignment
alignment
:
"left"
|
"right"
background
Color
backgroundColor
:
"error"
|
"warning"
|
undefined
command
command
:
string
|
CommandLinkLike
|
undefined
disposed
disposed
:
boolean
Readonly
id
id
:
string
Readonly
priority
priority
:
number
|
undefined
text
text
:
string
|
undefined
tooltip
tooltip
:
TooltipLike
|
undefined
visible
visible
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accessibility
Information
alignment
background
Color
command
disposed
id
priority
text
tooltip
visible
GitHub
npm
@kkdev92/vscode-ext-kit - v4.1.1
Loading...
One fake status bar item and everything ever set on it.