form property
HTMLFormElement?
get
form
The form
read-only property of the ElementInternals interface
returns the HTMLFormElement associated with this element.
Implementation
external HTMLFormElement? get form;