Skip to content

TableEditor.makeRowMenu method

TableEditor › makeRowMenu

Unofficial

Add the row items for a cell's row to a menu.

Signature:

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

Parameters:

ParameterTypeDescription
menuMenuThe menu to populate.
cellTableCellCell identifying the row.

Returns: void