Interface IMarkdownString

Hierarchy

  • IMarkdownString

Properties

baseUri?: UriComponents
isTrusted?: boolean | MarkdownStringTrustedOptions
supportHtml?: boolean
supportThemeIcons?: boolean
uris?: {
    [href: string]: UriComponents;
}

Type declaration

value: string