class Pace
(js)
<init> |
Pace() |
(js)
hide |
fun hide(): Unit |
(js)
init |
fun init(req: dynamic = require("pace-progressbar/themes/blue/pace-theme-flash.css")): Unit |
(js)
on |
fun on(event: Event, handler: (() -> Unit)? = null, context: List<dynamic>? = null): dynamic |
(js)
setOptions |
fun setOptions(options: PaceOptions): Unit |
(js)
show |
fun show(): Unit |
(js)
start |
fun start(): Unit |
(js)
stop |
fun stop(): Unit |