Package version:

Process name filter for dependency map visualization apis

interface ProcessNameFilter {
    operator: string;
    processNames: {};
}

Properties

operator: string

Operator for process name filter

processNames: {}

List of process names on which the operator should be applied