ts-graphviz
    Preparing search index...

    Interface ConvertFromModelOptionsBeta

    interface ConvertFromModelOptions {
        commentKind?: CommentKind;
        maxASTNodes?: number;
    }
    Index

    Properties

    commentKind?: CommentKind
    maxASTNodes?: number

    Maximum allowed number of AST nodes to create per conversion. Default is 100000. Set to 0 to disable this limit.

    100000