HTMLParamElement$Typings extension

on

Properties

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