Skip to main content

Interface: FormActionsProps

Defined in: composites/Form/Form.tsx:234

Props for the FormActions component.

Extends

  • Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className">

Properties

align?

optional align?: 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?

optional children?: ReactNode

Defined in: composites/Form/Form.tsx:248

Action buttons — typically a FormSubmit plus optional reset / cancel Buttons.

Overrides

Omit.children