Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
languages
InlayHintLabelPart
Interface InlayHintLabelPart
interface
InlayHintLabelPart
{
command
?:
Command
;
label
:
string
;
location
?:
Location
;
tooltip
?:
string
|
IMarkdownString
;
}
Index
Properties
command?
label
location?
tooltip?
Properties
Optional
command
command
?:
Command
label
label
:
string
Optional
location
location
?:
Location
Optional
tooltip
tooltip
?:
string
|
IMarkdownString
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
command
label
location
tooltip
Monaco Editor API
Loading...