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.
OptionalonCalled when the header's 'Cancel' action was selected and the form was
reset. Takes precedence over cancelNavigationUrl.
OptionalonCalled once the header's save action saved the form successfully. Setting it also makes that action submit the form directly, instead of saving on navigation.
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.
OptionalsaveIf set to true, a dirty form is saved when the user navigates away, and navigation is cancelled while the form is invalid. (default: true)
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