Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
languages
ILink
Interface ILink
A link inside the editor.
interface
ILink
{
range
:
IRange
;
tooltip
?:
string
;
url
?:
string
|
Uri
;
}
Index
Properties
range
tooltip?
url?
Properties
range
range
:
IRange
Optional
tooltip
tooltip
?:
string
Optional
url
url
?:
string
|
Uri
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
range
tooltip
url
Monaco Editor API
Loading...
A link inside the editor.