Skip to content

vue-mvvm / toast / InfoToastOptions

InfoToastOptions

Options for InfoToastControl.

Extends

Properties

description

ts
description: string;

The description/message of the toast.

Inherited from

ToastOptions.description


duration?

ts
optional duration: number;

The duration (in milliseconds) before the toast is automatically destroyed.


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