@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
18 lines • 592 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntityConstructionArgs = void 0;
class EntityConstructionArgs {
constructor(definitionName, init) {
this.id = null;
this.identifier = null;
this.properties = [];
this.relations = [];
this.cultures = [];
this.renditions = [];
this.relatedPaths = [];
this.definitionName = definitionName;
Object.assign(this, init);
}
}
exports.EntityConstructionArgs = EntityConstructionArgs;
//# sourceMappingURL=entity-construction-args.js.map