ts-graphviz
    Preparing search index...

    Interface RenderHTMLLikeOptions

    Options for controlling the rendering behavior.

    interface RenderHTMLLikeOptions {
        maxDepth?: number;
    }
    Index

    Properties

    Properties

    maxDepth?: number

    Maximum allowed recursion depth to prevent stack overflow attacks.

    1000