Skip to content

TableEditor.makeColMenu method

TableEditor › makeColMenu

Unofficial

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

Signature:

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

Parameters:

ParameterTypeDescription
menuMenuThe menu to populate.
cellTableCellCell identifying the column.

Returns: void