@eagleoutice/flowr - v2.15.8
    Preparing search index...

    Interface ReduceVertexOptions

    interface ReduceVertexOptions {
        blacklistWithName: boolean;
        compactFunctions: boolean;
        keepCd: boolean;
        keepEnv: boolean;
        nameRegex: string;
        tags: VertexType[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    blacklistWithName: boolean
    compactFunctions: boolean
    keepCd: boolean
    keepEnv: boolean
    nameRegex: string
    tags: VertexType[]