Interface: FormActionsProps
Defined in: composites/Form/Form.tsx:149
Props for the FormActions component.
Extends
Omit<React.HTMLAttributes<HTMLDivElement>,"style"|"className">
Indexable
[
key:string]:HTMLAttributes<HTMLDivElement>
[
key:number]:HTMLAttributes<HTMLDivElement>
[
key:symbol]:HTMLAttributes<HTMLDivElement>
Properties
align?
optionalalign?:"start"|"end"|"between"
Defined in: composites/Form/Form.tsx:158
Alignment of the action row. Defaults to end-alignment which matches the platform convention for submit-on-the-right layouts.
Default
'end'
children?
optionalchildren?:any
Defined in: composites/Form/Form.tsx:163
Action buttons — typically a FormSubmit plus optional reset / cancel Buttons.