@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
56 lines • 1.46 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProductAnalyticsFunnelWidgetDefinition = void 0;
/**
* The user journey funnel visualization displays conversion funnels based on user journey data from Product Analytics.
*/
class ProductAnalyticsFunnelWidgetDefinition {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return ProductAnalyticsFunnelWidgetDefinition.attributeTypeMap;
}
}
exports.ProductAnalyticsFunnelWidgetDefinition = ProductAnalyticsFunnelWidgetDefinition;
/**
* @ignore
*/
ProductAnalyticsFunnelWidgetDefinition.attributeTypeMap = {
description: {
baseName: "description",
type: "string",
},
groupedDisplay: {
baseName: "grouped_display",
type: "FunnelGroupedDisplay",
},
requests: {
baseName: "requests",
type: "Array<ProductAnalyticsFunnelRequest>",
required: true,
},
time: {
baseName: "time",
type: "WidgetTime",
},
title: {
baseName: "title",
type: "string",
},
titleAlign: {
baseName: "title_align",
type: "WidgetTextAlign",
},
titleSize: {
baseName: "title_size",
type: "string",
},
type: {
baseName: "type",
type: "FunnelWidgetDefinitionType",
required: true,
},
};
//# sourceMappingURL=ProductAnalyticsFunnelWidgetDefinition.js.map