The Group
control allows you to define and visually edit a group of properties and replaces the deprecated Shape control.
v0.24.8
.The preferred layout for the group in the Makeswift Visual Builder. Note that the builder may override this preference to optimize the user experience. Possible values include:
Group.Layout.Inline
: Renders the group properties within the parent panel, visually grouping them to reflect the hierarchy. This is the default if no explicit value is provided.Group.Layout.Popover
: Renders the group properties in a standalone popover panel.Group
control passes an object
based on the controls defined in the props
field. The keys of the object match the keys in the props
field, and the values are based on the corresponding control’s prop type.
Group
control to represent the properties of a banner within a Header component.
.makeswift.ts
is a naming convention for organizing Makeswift registration
code. Learn
more.