position property

num position

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

MDN Reference

Implementation

_i2.num get position => _i4.getProperty(
      this,
      'position',
    );