Typescript Library Declarations (DOM)
Interface SubmitEventInit
interface
SubmitEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
submitter
?:
HTMLElement
;
}
Hierarchy
EventInit
SubmitEventInit (
view full
)
Index
Properties
bubbles?
cancelable?
composed?
submitter?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
submitter
submitter
?:
HTMLElement
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
submitter
Typescript Library Declarations (DOM)