Skip to content

TableEditor.onContextMenu method

TableEditor › onContextMenu

Unofficial

Populate the context menu for a cell.

Signature:

onContextMenu(cell: TableCell, menu: Menu): void

Parameters:

ParameterTypeDescription
cellTableCellThe cell that was right-clicked.
menuMenuThe menu to populate.

Returns: void