x4js - v2.2.49
GitHub
Preparing search index...
<internal>
src/components/monaco/bin/monaco
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
Inherited
Theme
OS
Light
Dark
On This Page
Properties
range
tooltip
url
GitHub
x4js - v2.2.49
Loading...
A link inside the editor.