Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@fbinhouse/spark-client / dist / client / menuItem.js
Size: Mime:
"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