@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
31 lines • 756 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PointPlotWidgetLegend = void 0;
/**
* Legend configuration for the point plot widget.
*/
class PointPlotWidgetLegend {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return PointPlotWidgetLegend.attributeTypeMap;
}
}
exports.PointPlotWidgetLegend = PointPlotWidgetLegend;
/**
* @ignore
*/
PointPlotWidgetLegend.attributeTypeMap = {
type: {
baseName: "type",
type: "PointPlotWidgetLegendType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=PointPlotWidgetLegend.js.map