vue-mvvm / toast / ProgressToastOptions
ProgressToastOptions
Options for ProgressToastControl.
Extends
Properties
description
ts
description: string;The description/message of the toast.
Inherited from
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
type
ts
type: "error" | string & object | "info" | "warning";The type (category) of the toast.