Search
ResizeTableRowCommand Constructor
See Also
 





Initializes a new instance of the ResizeTableRowCommand class.

Namespace: MindFusion.Diagramming
File: ResizeTableRowCommand.js

 Syntax

JavaScript  Copy Code

function ResizeTableRowCommand (diagram, table, row)

 Parameters

diagram

Diagram. The Diagram modified by this command.

table

TableNode. The TableNode instance that will be modified.

row

Object. The row object that will be resized.

 See Also