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