Theia API Documentation v1.75.0
    Preparing search index...
    interface AiMarkdownDescriptionProps {
        className?: string;
        markdown: string;
        renderMarkdown: (markdown: string) => HTMLElement;
    }
    Index

    Properties

    className?: string

    Wrapper class; defaults to the shared settings-row description styling.

    markdown: string
    renderMarkdown: (markdown: string) => HTMLElement

    Renders (trusted, already-localized) markdown into an element, e.g. via the core MarkdownRenderer.