Gordian Envelope TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Interface MermaidFormatOpts

    interface MermaidFormatOpts {
        hideNodes?: boolean;
        monochrome?: boolean;
        theme?: MermaidTheme;
        orientation?: MermaidOrientation;
        highlightingTarget?: Set<Digest>;
    }
    Index

    Properties

    hideNodes?: boolean
    monochrome?: boolean
    theme?: MermaidTheme
    orientation?: MermaidOrientation
    highlightingTarget?: Set<Digest>