Theia API Documentation v1.65.0
    Preparing search index...
    interface MarkdownString {
        baseUri?: UriComponents;
        isTrusted?: boolean | MarkdownStringTrustedOptions;
        supportHtml?: boolean;
        supportThemeIcons?: boolean;
        uris?: { [href: string]: UriComponents };
        value: string;
    }

    Implemented by

    Index

    Properties

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