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

Properties

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