form property

String? form
final

The form element to associate the output with (its form owner). The value of this attribute must be the id of a form in the same document.

Implementation

final String? form;