Optional actionsOptional actionsThe width of the Actions container (as CSS width)
Optional alwaysIf set to true, the actions panel is shown, even if no actions are defined.
Optional alwaysThis will make sure that the submission is attempted even if the form is not dirty. This is mainly useful for Create stations.
Optional cancelURL to navigate to when the form is reset (usually on a create station)
Optional classCSS Class name for additional styles
Optional defaultfallback title if no value can be determined
Optional edgeOptional flag for removing the padding around child components.
Optional infoComponent 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.
Optional saveOptional configuration for the save header action button. Allows customizing the label and icon.
Optional saveIf set, this will override the default notification message shown after a successful save.
Optional setUpdate the tab title using the 'titleProperty' or 'defaultTitle' field. (default: true)
Optional showIf set to true, the save header action is shown. (default: true)
Optional stationIf set, will display a message bar on the form station
stationMessage={{type: 'info', message: 'Informative message.'}}
Optional subtitleSubtitle shown in page header
Optional titlename of the property on the form that holds the title
Optional validationThe Yup validation object (or any other Formik compatible validation schema)
Generated using TypeDoc
An array of the actions that should be executable on the page