Interface ProgressBarOptions

interface ProgressBarOptions {
    container: HTMLElement;
    insertMode: "append" | "prepend";
    locationId: string;
}

Properties

container: HTMLElement
insertMode: "append" | "prepend"
locationId: string