# SubmitEventHandler

Function type for handling form submission with the submit event. Used by the `handleSubmit` method and form components.

## Generics

- `TSchema` <Property {...properties.TSchema} />

## Parameters

- `output` <Property {...properties.output} />
- `event` <Property {...properties.event} />

## Related

### Methods

<ApiList
  items={[{ text: 'handleSubmit', href: '/methods/api/handleSubmit/' }]}
/>

### Types

<ApiList
  items={[{ text: 'SubmitHandler', href: '/core/api/SubmitHandler/' }]}
/>
