Optional
denyCalled after the entity was saved.
The expected behavior is, to navigate the user to the details page of the created entity.
The function will receive the form data as well as the values returned by the saveData
function.
Optional
proceedThis prop allows defining a custom label for the proceed action. If it's not provided, the station will use the label 'Proceed'.
The title of the station
Generated using TypeDoc
Disables the 'Proceed' button and prevents
saveData
from being called. It is advised to define station message in case this is true.