These properties can be specified for the children of a BorderContainer.
See the dijit/layout/BorderContainer.ChildWidgetProperties reference documentation for more information.
Synonym for region, except using "client" instead of "center". Deprecated; use region instead.
Children with a higher layoutPriority will be placed closer to the LayoutContainer center, between children with a lower layoutPriority.
Specifies a maximum size (in pixels) for this widget when resized by a splitter.
Specifies a minimum size (in pixels) for this widget when resized by a splitter.
Values: "top", "bottom", "leading", "trailing", "left", "right", "center". See the dijit/layout/LayoutContainer description for details.
Parameter for children where region != "center". If true, enables user to resize the widget by putting a draggable splitter between this widget and the region=center widget.