@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
12 lines • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PropertyCopyOption = void 0;
class PropertyCopyOption {
constructor(name, method, newValue = null) {
this.name = name;
this.method = method;
this.newValue = newValue !== null && newValue !== void 0 ? newValue : null;
}
}
exports.PropertyCopyOption = PropertyCopyOption;
//# sourceMappingURL=property-copy-option.js.map