OptionalactionsOptionalactionsThe width of the Actions container (as CSS width)
OptionalalwaysIf set to true, the actions panel is shown, even if no actions are defined.
OptionalalwaysThis will make sure that the submission is attempted even if the form is not dirty. This is mainly useful for Create stations.
OptionalcancelURL to navigate to when the form is reset (usually on a create station)
OptionalclassCSS Class name for additional styles
Optionaldefaultfallback title if no value can be determined
OptionaledgeOptional flag for removing the padding around child components.
OptionalinfoComponent which contains additional information
An object containing the initial data of the form.
Called whenever the form needs to be saved. This method needs to throw an exception in case the saving did not succeed.
OptionalsaveOptional configuration for the save header action button. Allows customizing the label and icon.
OptionalsaveIf set, this will override the default notification message shown after a successful save.
OptionalsetUpdate the tab title using the 'titleProperty' or 'defaultTitle' field. (default: true)
OptionalshowIf set to true, the save header action is shown. (default: true)
OptionalstationIf set, will display a message bar on the form station
OptionalsubtitleSubtitle shown in page header
Optionaltitlename of the property on the form that holds the title
OptionalvalidationThe Yup validation object (or any other Formik compatible validation schema)
An array of the actions that should be executable on the page