Interface DetectorConfig

Configuration for a detector.

interface DetectorConfig {
    className: string;
    modulePath?: string;
}

Properties

className: string

Name of the class that implements the detector.

modulePath?: string

Path to the module containing the detector. Used only for custom out-of-tree detectors.