UNPKG

@sitecore/sc-contenthub-webclient-sdk

Version:

Sitecore Content Hub WebClient SDK.

9 lines 297 B
import Guard from "../../../guard"; export default class OptionListValueBase { constructor(identifier, labels) { Guard.stringNotNullOrEmpty(identifier); this.identifier = identifier; this.labels = labels || {}; } } //# sourceMappingURL=option-list-value-base.js.map