Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
Interfaces
DialogOptions
DialogOptions
interface DialogOptions extends CancelableOptions { message: string; title: string; }
Provides options for the dialog.
Summary
Properties
message
Gets or sets the dialog message.
title
Gets or sets the dialog title.
- Previous
- CssChangedEventData