@qn-pandora/pandora-visualization
Version:
Pandora 通用可视化库
14 lines (13 loc) • 575 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DrillDownType = void 0;
var DrillDownType;
(function (DrillDownType) {
DrillDownType["ToSearchAuto"] = "ToSearchAuto";
DrillDownType["ToSearchCustom"] = "ToSearchCustom";
DrillDownType["ToDashboard"] = "ToDashboard";
DrillDownType["ToReport"] = "ToReport";
DrillDownType["ToCustomLink"] = "ToCustomLink";
DrillDownType["None"] = "none";
DrillDownType["ToChartCustom"] = "ToChartCustom";
})(DrillDownType = exports.DrillDownType || (exports.DrillDownType = {}));