SysProM
    Preparing search index...

    Interface GraphFilterOptions

    interface GraphFilterOptions {
        connectedOnly?: boolean;
        nodeIds?: string[];
        nodeTypes?: string[];
        relTypes?: string[];
    }
    Index

    Properties

    connectedOnly?: boolean
    nodeIds?: string[]
    nodeTypes?: string[]
    relTypes?: string[]