Interface InspectionReportToJsonParams

Optional knobs for inspectionReportToJson.

interface InspectionReportToJsonParams {
    registry?: inspect.sceneModel.InspectionRegistry;
}

Properties

Properties

Registry to consult for friendly labels. Defaults to DEFAULT_INSPECTION_REGISTRY; pass a custom registry when you've registered plugin inspections that ship their own labels.