Skip to content

TableEditor.makeAlignmentMenu method

TableEditor › makeAlignmentMenu

Unofficial

Add the alignment items for the given columns to a menu.

Signature:

makeAlignmentMenu(menu: Menu, cols: number[]): void

Parameters:

ParameterTypeDescription
menuMenuThe menu to populate.
colsnumber[]Column indices the items apply to.

Returns: void