HTMLProgressElement$Typings extension
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
-
labels
→ NodeListOf<HTMLLabelElement>
-
MDN Reference
no setter
-
max
↔ num
-
Defines the maximum, or "done" value for a progress element.
getter/setter pair
-
position
→ num
-
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})
-
Overload accessor: $1, $2
no setter
-
value
↔ num
-
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