Interface IMarkdownString
interface IMarkdownString {
baseUri?: UriComponents;
isTrusted?: boolean | MarkdownStringTrustedOptions;
supportHtml?: boolean;
supportThemeIcons?: boolean;
uris?: { [href: string]: UriComponents };
value: string;
}Properties§
§
readonly base Uri?: UriComponents§readonly is Trusted?: boolean | MarkdownStringTrustedOptions§readonly support Html?: boolean§readonly support Theme Icons?: boolean§uris?: { ... }§readonly value: string