TableWidthsCommandOptions
interface
Properties
-
columnWidths : string | Array<string> | undefined
module:table/tablecolumnresize/tablewidthscommand~TableWidthsCommandOptions#columnWidths
New value of the
columnWidths
attribute. Must be array of strings or string with comma-separated values. If skipped, the column widths information will be deleted. -
table : ModelElement | undefined
module:table/tablecolumnresize/tablewidthscommand~TableWidthsCommandOptions#table
The table that is having the columns resized.
-
tableWidth : string | undefined
module:table/tablecolumnresize/tablewidthscommand~TableWidthsCommandOptions#tableWidth
The new table width. If skipped, the model attribute will be removed.