FormStatusProps
FormStatusProps =
object
Defined in: packages/ui/src/types.ts:1099
Props for the FormStatus component.
Displays action result feedback in a consistent format: success messages as green alerts, error messages as red alerts, and field validation errors as a keyed list. Uses the AlertSlotProps slot internally.
FormStatusData for the expected data structure.
Properties
Section titled “Properties”data:
FormStatusData|null|undefined
Defined in: packages/ui/src/types.ts:1101
Action result data, or null/undefined when no result is available.