Repository URL to install this package:
|
Version:
1.1.3 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var MenuItem = /** @class */ (function () {
function MenuItem(category, id, visible, selected, disabled, selectable, shortText, mediumText, longText, detailText, hasLongText, guiGroup, price, priceText, icon, swf, movie, image, backgroundImage, music, loan) {
this.category = category;
this.id = id;
this.visible = visible;
this.selected = selected;
this.disabled = disabled;
this.selectable = selectable;
this.shortText = shortText;
this.mediumText = mediumText;
this.longText = longText;
this.detailText = detailText;
this.hasLongText = hasLongText;
this.guiGroup = guiGroup;
this.price = price;
this.priceText = priceText;
this.icon = icon;
this.swf = swf;
this.movie = movie;
this.image = image;
this.backgroundImage = backgroundImage;
this.music = music;
this.loan = loan;
}
return MenuItem;
}());
exports.MenuItem = MenuItem;
exports.default = MenuItem;
//# sourceMappingURL=menuItem.js.map