Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Progress

Hierarchy

  • Progress

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Progress(total?: undefined | number, textFormat?: undefined | string, payload?: any): Progress
  • Parameters

    • Optional total: undefined | number
    • Optional textFormat: undefined | string
    • Optional payload: any

    Returns Progress

Properties

Private custFormat

custFormat: string = ""

Private instance

instance: any

Private payload

payload: any

Private total

total: number

Methods

done

increase

  • increase(value?: undefined | number, payload?: any): Progress

show

update

  • update(value: number, payload?: any): Progress

Generated by BNDY-NET