minItemWidth

defines a min width for blocks

number minItemWidth;

Example

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


Default value:

30
Details

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

See also
Back to top