ecspresso
    Preparing search index...

    Interface UIProgressBar

    interface UIProgressBar {
        bgColor: number;
        direction: ProgressDirection;
        fillColor: number;
        max: number;
        value: number;
    }
    Index

    Properties

    bgColor: number
    fillColor: number
    max: number
    value: number