@sitecore/sc-contenthub-webclient-sdk
Version:
Sitecore Content Hub WebClient SDK.
15 lines • 571 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const guard_1 = __importDefault(require("../../../guard"));
class OptionListValueBase {
constructor(identifier, labels) {
guard_1.default.stringNotNullOrEmpty(identifier);
this.identifier = identifier;
this.labels = labels || {};
}
}
exports.default = OptionListValueBase;
//# sourceMappingURL=option-list-value-base.js.map