Skip to content

vue-mvvm / toast / ToastOptions

ToastOptions

Common options for all toast types.

Extended by

Properties

description

ts
description: string;

The description/message of the toast.


title

ts
title: string;

The title of the toast.


type

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

The type (category) of the toast.