color field is deprecated. Use colorSelect so the value is a
semantic color token supplied by the portal theme.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A property field that can be included in published widget metadata.
color field is deprecated. Use colorSelect so the value is a
semantic color token supplied by the portal theme.
type WidgetSourcePropertyField = PropertyField extends Field ? Field extends ButtonGroupFieldSchema ? Omit<SerializableValue<Field>, "options"> & { options: readonly { ariaLabel: string; label: string; value: string | number }[] } : SerializableValue<Field> : never