Type alias GenericAnalyzerDescription

GenericAnalyzerDescription: {
    features: AnalyzerFeature[];
    name: string;
}

Shared attributes of all Analyzer descriptions.

Type declaration

  • features: AnalyzerFeature[]

    Features enabled for this Analyzer.

  • name: string

    A unique name for this Analyzer.

Generated using TypeDoc