Package io. kvision. pace
Automatic progress bar module.
Types
Pace Ajax Options
Link copied to clipboard
class PaceAjaxOptions(trackMethods: Array<dynamic>?, trackWebSockets: Boolean?, ignoreURLs: Array<dynamic>?)
Content copied to clipboard
Pace Elements Options
Link copied to clipboard
Pace Event Lag Options
Link copied to clipboard
class PaceEventLagOptions(minSamples: Int?, sampleCount: Int?, lagThreshold: Int?)
Content copied to clipboard
Pace Options
Link copied to clipboard
class PaceOptions(ajax: PaceAjaxOptions?, catchupTime: Int?, easeFactor: Double?, elements: PaceElementsOptions?, eventLag: PaceEventLagOptions?, ghostTime: Int?, initialRate: Double?, maxProgressPerFrame: Int?, minTime: Int?, restartOnPushState: Boolean?, restartOnRequestAfter: Double?, startOnPageLoad: Boolean?, target: String?, manual: Boolean)
Content copied to clipboard