UNPKG

@cuba-platform/front-generator

Version:
19 lines 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.queryResultParams = void 0; exports.queryResultParams = [ { caption: "Query", code: "query", propertyType: "REST_QUERY" /* REST_QUERY */, required: true }, { caption: "Component name", code: "componentName", propertyType: "POLYMER_COMPONENT_NAME" /* POLYMER_COMPONENT_NAME */, defaultValue: "-list", required: true } ]; //# sourceMappingURL=params.js.map