Interfaces
DialogOptions
DialogOptions
interface DialogOptions extends CancelableOptions { message: string; title: string; }
Provides options for the dialog.
Summary β
Properties
Properties β
message β
Gets or sets the dialog message.
title β
Gets or sets the dialog title.
- Previous
- CssChangedEventData
On this page