@eagleoutice/flowr - v2.10.2
    Preparing search index...
    interface ReduceVertexOptions {
        blacklistWithName: boolean;
        compactFunctions: boolean;
        keepCd: boolean;
        keepEnv: boolean;
        nameRegex: string;
        tags: VertexType[];
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of ReduceVertexOptions
    Index

    Properties

    blacklistWithName: boolean
    compactFunctions: boolean
    keepCd: boolean
    keepEnv: boolean
    nameRegex: string
    tags: VertexType[]