minItemHeight

defines a min height for blocks

number minItemHeight;

Example

webix.ui({
  view:"diagram-editor",
  data: base_data,
  minItemWidth: 50,
  minItemHeight: 50 });


Default value:

30
Details

The property defines a min height for shapes/blocks when they are changed via form or drag-n-drop.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.