@continuum-js/dom / SubmitEvent
Type Alias: SubmitEvent<E>
SubmitEvent<
E> =Targeted<globalThis.SubmitEvent,E>
Defined in: events.ts:65
The only tag that submits is a form — hence the default.
Type Parameters
E
E extends Element = HTMLFormElement