SubmitEventInit
interface SubmitEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
submitter?: null | HTMLElement;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
submitter?: null | HTMLElement;
}
Hierarchy (View Summary)
- EventInit
- SubmitEventInit