Interface: FormActionsProps
Defined in: composites/Form/Form.tsx:234
Props for the FormActions component.
Extends
Omit<React.HTMLAttributes<HTMLDivElement>,"style"|"className">
Properties
align?
optionalalign?:ActionRowAlign
Defined in: composites/Form/Form.tsx:243
Alignment of the action row. Defaults to end-alignment which matches the platform convention for submit-on-the-right layouts.
Default
'end'
children?
optionalchildren?:ReactNode
Defined in: composites/Form/Form.tsx:248
Action buttons — typically a FormSubmit plus optional reset / cancel Buttons.
Overrides
Omit.children