UNPKG

@antv/s2

Version:

effective spreadsheet render core lib

13 lines 749 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InteractionEvent = void 0; var InteractionEvent; (function (InteractionEvent) { InteractionEvent["DATA_CELL_CLICK_EVENT"] = "interaction:data-cell-click"; InteractionEvent["MERGED_CELLS_CLICK_EVENT"] = "interaction:merged-cells-click"; InteractionEvent["CORNER_TEXT_CLICK_EVENT"] = "interaction:corner-cell-text-click"; InteractionEvent["ROW_COLUMN_CLICK_EVENT"] = "interaction:row-column-click"; InteractionEvent["ROW_TEXT_CLICK_EVENT"] = "interaction:row-text-click"; InteractionEvent["HOVER_EVENT"] = "interaction:hover"; })(InteractionEvent || (exports.InteractionEvent = InteractionEvent = {})); //# sourceMappingURL=interaction.js.map