@salesforce/sf-plugins-core
    Preparing search index...

    Type Alias Bar

    type Bar = {
        setTotal: (num: number) => void;
        start: (total: number, startValue: number, payload?: object) => void;
        stop: () => void;
        update: (num: number, payload?: object) => void;
    }
    Index
    setTotal: (num: number) => void
    start: (total: number, startValue: number, payload?: object) => void
    stop: () => void
    update: (num: number, payload?: object) => void