TableEditor.onContextMenu method
TableEditor › onContextMenu
Unofficial
Populate the context menu for a cell.Signature:
onContextMenu(cell: TableCell, menu: Menu): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cell | TableCell | The cell that was right-clicked. |
| menu | Menu | The menu to populate. |
Returns: void