Trilium Frontend API
    Preparing search index...

    Interface CellCallbacks

    Hierarchy (View Summary)

    Index

    Properties

    cellClick?: CellEventCallback

    callback for when user clicks on a cell in this column.

    cellContext?: CellEventCallback

    callback for when user right clicks on a cell in this column.

    cellDblClick?: CellEventCallback

    callback for when user double clicks on a cell in this column.

    cellDblTap?: CellEventCallback

    callback for when user double taps on a cell in this column, triggered in touch displays when a user taps the same cell twice in under 300ms.

    cellEditCancelled?: CellEditEventCallback

    callback for when an edit on a cell in this column is aborted by the user.

    callback for when a cell in this column has been edited by the user.

    cellEditing?: CellEditEventCallback

    callback for when a cell in this column is being edited by the user.

    cellMouseDown?: CellEventCallback
    cellMouseEnter?: CellEventCallback

    callback for when the mouse pointer enters a cell

    cellMouseLeave?: CellEventCallback

    callback for when the mouse pointer leaves a cell

    cellMouseMove?: CellEventCallback

    callback for when the mouse pointer moves over a cell.

    cellMouseOut?: CellEventCallback

    callback for when the mouse pointer enters a cell or one of its child elements

    cellMouseOver?: CellEventCallback

    callback for when the mouse pointer enters a cell or one of its child elements

    cellMouseUp?: CellEventCallback

    callback for when user taps on a cell in this column, triggered in touch displays.

    cellTapHold?: CellEventCallback

    callback for when user taps and holds on a cell in this column, triggered in touch displays when a user taps and holds the same cell for 1 second.