Skip to main content

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

NameDescriptionTypeDefault
func (required)The function to be decorated. EndPageStep: A step object that represents the end page of a form.TemplateFunctionNone

Return Value

<class 'abstra_internals.entities.forms.steps.EndPageStep'>