@gooddata/react-components
Version:
GoodData.UI - A powerful JavaScript library for building analytical applications
19 lines • 1.04 kB
JavaScript
;
var __assign = (this && this.__assign) || function () {
__assign = Object.assign || function(t) {
for (var s, i = 1, n = arguments.length; i < n; i++) {
s = arguments[i];
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
t[p] = s[p];
}
return t;
};
return __assign.apply(this, arguments);
};
Object.defineProperty(exports, "__esModule", { value: true });
// (C) 2007-2018 GoodData Corporation
var PropTypes = require("prop-types");
var execution_1 = require("../components/visualizations/proptypes/execution");
var Events_1 = require("./Events");
exports.ExecutePropType = __assign({}, Events_1.EventsPropTypes, { projectId: PropTypes.string.isRequired, afm: execution_1.AfmPropTypesShape.isRequired, resultSpec: execution_1.ResultSpecPropTypesShape, children: PropTypes.func.isRequired, LoadingComponent: PropTypes.func, ErrorComponent: PropTypes.func, telemetryComponentName: PropTypes.string });
//# sourceMappingURL=Execute.js.map