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