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})

Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension

Overload accessor: $1, $2
no setter
name String

Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension

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})

Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension

Overload accessor: $1, $2
no 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. @deprecated
getter/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. @deprecated
getter/setter pair
valueType String

Available on HTMLParamElement, provided by the HTMLParamElement$Typings extension

Sets or retrieves the data type of the value attribute. @deprecated
getter/setter pair