Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc-model
MarkdownString
Interface MarkdownString
interface
MarkdownString
{
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
baseUri
?:
UriComponents
Optional
Readonly
is
Trusted
isTrusted
?:
boolean
|
MarkdownStringTrustedOptions
Optional
Readonly
support
Html
supportHtml
?:
boolean
Optional
Readonly
support
Theme
Icons
supportThemeIcons
?:
boolean
Optional
uris
uris
?:
{
[
href
:
string
]:
UriComponents
}
Readonly
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Uri
is
Trusted
support
Html
support
Theme
Icons
uris
value
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...