Interface ProgressOptions

interface ProgressOptions {
    count: boolean;
    timer: boolean;
    trail: boolean;
}

Properties

Properties

count: boolean
timer: boolean
trail: boolean