ebs.getFormData

Returns the formData object.

IMPORTANT!  
For most use cases, it is recommended to work with the formData object directly.
The ebs.getFormData is a global function which means it can be used in some exceptional cases where the formData object is not available, such as when debugging in the browser console or when writing a fetch in a the After Generate attribute of a view that is going to be rendered in a form.

Syntax

Copy
function ebs.getFormData(): IEbsFormData

For more details, see formData.