UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

8 lines 279 B
export class PropertyCopyOption { constructor(name, method, newValue = null) { this.name = name; this.method = method; this.newValue = newValue !== null && newValue !== void 0 ? newValue : null; } } //# sourceMappingURL=property-copy-option.js.map