Skip to content

vue-mvvm / alert / AlertOptions

AlertOptions

Interface of Data that is required to display the alert.

This interface might be extended through interface merging by the user.

Properties

description

ts
description: string;

title

ts
title: string;