interface OnLoadProgressBasic {
    loaded: number;
    total: number;
}

Hierarchy (view full)

Properties

Properties

loaded: number
total: number