end_page_step
Decorator that converts a function into an EndPageStep.
Signature
def end_page_step(
func: TemplateFunction
) -> <class 'abstra_internals.entities.forms.steps.EndPageStep'>
Parameters
Name | Description | Type | Default |
---|---|---|---|
func (required) | The function to be decorated. EndPageStep: A step object that represents the end page of a form. | TemplateFunction | None |
Return Value
<class 'abstra_internals.entities.forms.steps.EndPageStep'>