TableEditor.makeAlignmentMenu method
TableEditor › makeAlignmentMenu
Unofficial
Add the alignment items for the given columns to a menu.Signature:
makeAlignmentMenu(menu: Menu, cols: number[]): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| menu | Menu | The menu to populate. |
| cols | number[] | Column indices the items apply to. |
Returns: void