You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented handle placement property to replace overlayHandle property to allow 3 different placements of the resize handle and re added inner space element
<Propname="handleSize"type="number"default="5"description="Size of the resize handle in pixels."/>
143
143
<Prop
144
-
name="overlayHandle"
145
-
type="boolean"
146
-
default="true"
147
-
description="Determines method of placement of the resize handle. By default the handle is placed over the space. When set to false, the space resize handle sits next to the space reducing the size of the space."
description="Determines method of placement of the resize handle. By default the handle is placed overlays content inside the space ('overlay'). Other options are to take up space within the space ('inside') or to be overlayed in the middle of the boundary of the space and neighbouring spaces ('overlay-boundary')"
148
148
/>
149
149
<Propname="minimumSize"type="number"description="Constrains resizing of the space to a minimum size."/>
150
150
<Propname="maximumSize"type="number"description="Constrains resizing of the space to a maximum size."/>
0 commit comments