UNPKG

@cuba-platform/front-generator

Version:
25 lines 656 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.entityListParams = [ { caption: "Entity", code: "entity", propertyType: "ENTITY" /* ENTITY */, required: true }, { caption: "Component name", code: "componentName", propertyType: "POLYMER_COMPONENT_NAME" /* POLYMER_COMPONENT_NAME */, defaultValue: "-list", required: true }, { caption: "Entity view", code: "entityView", propertyType: "VIEW" /* VIEW */, relatedProperty: "entity", required: true } ]; //# sourceMappingURL=params.js.map