Preparing search index...
The search index is not available
Monaco Editor API
Monaco Editor API
IMarkdownString
Interface IMarkdownString
interface
IMarkdownString
{
baseUri
?:
UriComponents
;
isTrusted
?:
boolean
|
MarkdownStringTrustedOptions
;
supportHtml
?:
boolean
;
supportThemeIcons
?:
boolean
;
uris
?:
{
[
href
:
string
]
:
UriComponents
;
}
;
value
:
string
;
}
Index
Properties
base
Uri?
is
Trusted?
support
Html?
support
Theme
Icons?
uris?
value
Properties
Optional
Readonly
base
Uri
base
Uri
?:
UriComponents
Optional
Readonly
is
Trusted
is
Trusted
?:
boolean
|
MarkdownStringTrustedOptions
Optional
Readonly
support
Html
support
Html
?:
boolean
Optional
Readonly
support
Theme
Icons
support
Theme
Icons
?:
boolean
Optional
uris
uris
?:
{
[
href
:
string
]
:
UriComponents
;
}
Type declaration
[
href
:
string
]:
UriComponents
Readonly
value
value
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
base
Uri
is
Trusted
support
Html
support
Theme
Icons
uris
value
Monaco Editor API
Loading...