Shape
Adds a Shape panel in the Makeswift builder to visually edit an object
.
A shape panel for a tab in a Tabs component
The Shape control can be nested as deeply as you want within Shape and List controls.
Params
An object of controls in which the type and values returned from each control determines the shape of the overall value passed to your component. May consist of any of the Makeswift controls.
Prop type
The Shape control passes an object
based on the controls used in the type
field. The keys of the object are the keys of the controls in the type
field, and the values are based on the corresponding control’s prop type.
Example
This example adds a Shape control to the type
field of a List control for a Feature Grid component.
.makeswift.ts
is a naming convention for organizing Makeswift registration
code. Learn
more.