Type Alias WithProgressBarOptionsBeta

WithProgressBarOptions: {
    errorToast?: string | boolean;
    eventTopicPrefix?: string;
    job_type: string;
    label?: string | JSX.Element;
}

Options for displaying a progress bar.

Type declaration

  • Optional BetaerrorToast?: string | boolean

    Error message for the progress bar.

  • Optional BetaeventTopicPrefix?: string

    Prefix for event topics.

  • Betajob_type: string

    Type of job for the progress bar.

  • Optional Betalabel?: string | JSX.Element

    Label for the progress bar.