@blockchaincommons/envelope - v1.0.0-beta.4
    Preparing search index...

    Interface MermaidFormatOptions

    Options for Mermaid diagram formatting.

    interface MermaidFormatOptions {
        hideNodes?: boolean;
        monochrome?: boolean;
        theme?: MermaidTheme;
        orientation?: MermaidOrientation;
        highlightingTarget?: Iterable<DigestProvider | Digest, any, any>;
        context?: FormatContextOpt;
    }
    Index
    hideNodes?: boolean

    Omit the NODE elements (the subject and assertions attach to the parent).

    monochrome?: boolean

    No colours on nodes and links.

    theme?: MermaidTheme

    The Mermaid theme (default by default).

    orientation?: MermaidOrientation

    The flowchart direction (LR by default).

    highlightingTarget?: Iterable<DigestProvider | Digest, any, any>

    Elements whose digest is in here get a thicker border.

    Names for tags and known values; the global context by default, "none" for codepoints.