HTMLParamElement$Typings extension
Properties
-
addEventListener
→ ({void Function<
K$>(HTMLElementEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension
Overload accessor: $1, $2no setter - name ↔ String
-
Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension
Sets or retrieves the name of an input parameter for an element. @deprecatedgetter/setter pair -
removeEventListener
→ ({void Function<
K$>(HTMLElementEventMap< $1, void Function(String type, Object listener, [Object? options]) $2})K$> type, dynamic listener(K$), [Object? options]) -
Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension
Overload accessor: $1, $2no setter - type ↔ String
-
Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension
Sets or retrieves the content type of the resource designated by the value attribute. @deprecatedgetter/setter pair - value ↔ String
-
Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension
Sets or retrieves the value of an input parameter for an element. @deprecatedgetter/setter pair - valueType ↔ String
-
Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension
Sets or retrieves the data type of the value attribute. @deprecatedgetter/setter pair