Documentation Index
Fetch the complete documentation index at: https://makeswift-openapi-sync-cosmos-pr-2639.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

Params
The control that determines the type and values in the array passed to your
component. Can be any of the Makeswift controls.
Text for the panel label that appears in the Makeswift builder.
The description shown in the Panel of the Makeswift builder. This can be written in Markdown format.
Added in
v0.24.8.A function to get the label for each list item shown in the panel. If you
don’t provide a value, the control passes an
undefined value to your
component.Prop type
The Link control passes anarray of values based on the type control.
Examples
An array of strings
This example adds an List control to theaccordionTitles prop of an Accordions component.
An array of objects
This example uses the Group control to define the structure of the objects in theaccordions array.
.makeswift.ts is a naming convention for organizing Makeswift registration
code. Learn
more.