Variable SubmitEvent
SubmitEvent: {
prototype: SubmitEvent;
new (type: string, eventInitDict?: SubmitEventInit): SubmitEvent;
}
prototype: SubmitEvent;
new (type: string, eventInitDict?: SubmitEventInit): SubmitEvent;
}
Type declaration
- new (type: string, eventInitDict?: SubmitEventInit): SubmitEvent
- Parameters- type: string
- OptionaleventInitDict: SubmitEventInit
 - Returns SubmitEvent
 
- prototype: SubmitEvent