@antv/s2
Version:
effective spreadsheet render core lib
10 lines • 617 B
JavaScript
export 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 || (InteractionEvent = {}));
//# sourceMappingURL=interaction.js.map