SubmissionHandlerOptions
| Generic types: | TFields |
Options for creating a submission handler.
Properties
| Name | Type | Description |
|---|---|---|
| configSignal | Signal< | Signal containing the form configuration |
| eventBus | | Event bus instance for listening to submit events |
| formSignal | Signal<any> | Signal containing the form instance. Type is parameterized to support different form value shapes. |