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