@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
8 lines • 329 B
JavaScript
export class RelationCopyOption {
constructor(name, method, relatedCopyOptions = null) {
this.name = name;
this.method = method;
this.relatedCopyOptions = relatedCopyOptions !== null && relatedCopyOptions !== void 0 ? relatedCopyOptions : null;
}
}
//# sourceMappingURL=relation-copy-option.js.map