@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
36 lines • 992 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WildcardWidgetSpecification = void 0;
/**
* Vega or Vega-Lite specification for custom visualization rendering. See https://vega.github.io/vega-lite/ for the full grammar reference.
*/
class WildcardWidgetSpecification {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return WildcardWidgetSpecification.attributeTypeMap;
}
}
exports.WildcardWidgetSpecification = WildcardWidgetSpecification;
/**
* @ignore
*/
WildcardWidgetSpecification.attributeTypeMap = {
contents: {
baseName: "contents",
type: "any",
required: true,
},
type: {
baseName: "type",
type: "WildcardWidgetSpecificationType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=WildcardWidgetSpecification.js.map