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