Theia API Documentation v1.73.0
    Preparing search index...
    interface MermaidDiagramProps {
        code: string;
        isComplete: boolean;
        themeMode: ThemeMode;
    }
    Index

    Properties

    code: string

    The raw mermaid diagram definition.

    isComplete: boolean

    Whether the surrounding content is complete. While incomplete, an unparseable diagram shows a "rendering" hint.

    themeMode: ThemeMode

    Workbench theme mode the diagram is themed for.