@nodegui/nodegui
Version:
A cross-platform library to build native desktop apps.
9 lines (8 loc) • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ItemSelectionOperation = void 0;
var ItemSelectionOperation;
(function (ItemSelectionOperation) {
ItemSelectionOperation[ItemSelectionOperation["ReplaceSelection"] = 0] = "ReplaceSelection";
ItemSelectionOperation[ItemSelectionOperation["AddToSelection"] = 1] = "AddToSelection";
})(ItemSelectionOperation = exports.ItemSelectionOperation || (exports.ItemSelectionOperation = {}));