Package io.kvision.pace

Automatic progress bar module.

Types

Pace
Link copied to clipboard
class Pace
PaceAjaxOptions
Link copied to clipboard
class PaceAjaxOptions(trackMethods: Array<dynamic>?, trackWebSockets: Boolean?, ignoreURLs: Array<dynamic>?)
PaceElementsOptions
Link copied to clipboard
class PaceElementsOptions(minSamples: Int?, selectors: Array<dynamic>?)
PaceEventLagOptions
Link copied to clipboard
class PaceEventLagOptions(minSamples: Int?, sampleCount: Int?, lagThreshold: Int?)
PaceOptions
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)