@visactor/vtable
Version:
canvas table width high performance
15 lines (12 loc) • 720 B
JavaScript
;
var InteractionState, HighlightScope;
Object.defineProperty(exports, "__esModule", {
value: !0
}), exports.HighlightScope = exports.InteractionState = void 0, function(InteractionState) {
InteractionState.default = "default", InteractionState.grabing = "grabing", InteractionState.scrolling = "scrolling";
}(InteractionState = exports.InteractionState || (exports.InteractionState = {})),
function(HighlightScope) {
HighlightScope.single = "single", HighlightScope.column = "column", HighlightScope.row = "row",
HighlightScope.cross = "cross", HighlightScope.none = "none";
}(HighlightScope = exports.HighlightScope || (exports.HighlightScope = {}));
//# sourceMappingURL=common.js.map