Skip to content

vue-mvvm / toast / ProgressToastOptions

ProgressToastOptions

Options for ProgressToastControl.

Extends

Properties

description

ts
description: string;

The description/message of the toast.

Inherited from

ToastOptions.description


indeterminate?

ts
optional indeterminate: boolean;

Whether the progress is indeterminate.


max?

ts
optional max: number;

The maximum value of the progress bar.


title

ts
title: string;

The title of the toast.

Inherited from

ToastOptions.title


type

ts
type: "error" | string & object | "info" | "warning";

The type (category) of the toast.

Inherited from

ToastOptions.type