Interface DrawGridEventHandlersEventMap

interface DrawGridEventHandlersEventMap {
    blur_grid: [FocusEvent];
    click_cell: [MouseCellEvent];
    contextmenu_cell: [MouseCellEvent];
    copydata: [CellRange];
    dblclick_cell: [MouseCellEvent];
    dbltap_cell: [TouchCellEvent];
    delete_cell: [DeleteCellEvent];
    editableinput_cell: [CellAddress];
    focus_grid: [FocusEvent];
    input_cell: [InputCellEvent];
    keydown: [KeydownEvent];
    modify_status_editableinput_cell: [ModifyStatusEditableinputCellEvent];
    mousedown_cell: [MouseCellEvent];
    mouseenter_cell: [MousePointerCellEvent];
    mouseleave_cell: [MousePointerCellEvent];
    mousemove_cell: [MouseCellEvent];
    mouseout_cell: [MousePointerCellEvent];
    mouseover_cell: [MousePointerCellEvent];
    mouseup_cell: [MouseCellEvent];
    paste_cell: [PasteCellEvent];
    resize_column: [{
        col: number;
    }];
    scroll: [ScrollEvent];
    selected_cell: [SelectedCellEvent, boolean];
    touchstart_cell: [TouchCellEvent];
}

Hierarchy (view full)

Properties

blur_grid: [FocusEvent]
click_cell: [MouseCellEvent]
contextmenu_cell: [MouseCellEvent]
copydata: [CellRange]
dblclick_cell: [MouseCellEvent]
dbltap_cell: [TouchCellEvent]
delete_cell: [DeleteCellEvent]
editableinput_cell: [CellAddress]
focus_grid: [FocusEvent]
input_cell: [InputCellEvent]
keydown: [KeydownEvent]
modify_status_editableinput_cell: [ModifyStatusEditableinputCellEvent]
mousedown_cell: [MouseCellEvent]
mouseenter_cell: [MousePointerCellEvent]
mouseleave_cell: [MousePointerCellEvent]
mousemove_cell: [MouseCellEvent]
mouseout_cell: [MousePointerCellEvent]
mouseover_cell: [MousePointerCellEvent]
mouseup_cell: [MouseCellEvent]
paste_cell: [PasteCellEvent]
resize_column: [{
    col: number;
}]
scroll: [ScrollEvent]
selected_cell: [SelectedCellEvent, boolean]
touchstart_cell: [TouchCellEvent]