Type alias ComputableProgressInfo

ComputableProgressInfo: {
    isComputable: true;
    value: number;
}

Type declaration

  • isComputable: true
  • value: number

Generated using TypeDoc