HTMLProgressElement$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 HTMLProgressElement, provided by the HTMLProgressElement$Typings extension

Overload accessor: $1, $2
no setter
labels NodeListOf<HTMLLabelElement>

Available on HTMLProgressElement, provided by the HTMLProgressElement$Typings extension

MDN Reference
no setter
max num

Available on HTMLProgressElement, provided by the HTMLProgressElement$Typings extension

Defines the maximum, or "done" value for a progress element.
getter/setter pair
position num

Available on HTMLProgressElement, provided by the HTMLProgressElement$Typings extension

Returns the quotient of value/max when the value attribute is set (determinate progress bar), or -1 when the value attribute is missing (indeterminate progress bar).
no setter
removeEventListener → ({void Function<K$>(HTMLElementEventMap<K$> type, dynamic listener(K$), [Object? options]) $1, void Function(String type, Object listener, [Object? options]) $2})

Available on HTMLProgressElement, provided by the HTMLProgressElement$Typings extension

Overload accessor: $1, $2
no setter
value num

Available on HTMLProgressElement, provided by the HTMLProgressElement$Typings extension

Sets or gets the current value of a progress element. The value must be a non-negative number between 0 and the max value.
getter/setter pair