Table of Contents

Documentation / dialogs/BusyIndicatorDialogRequest

dialogs/BusyIndicatorDialogRequest

Classes

BusyIndicatorDialogRequest

Represents the request for a busy indicator dialog, typically for spinners.

Constructors

new BusyIndicatorDialogRequest()

new BusyIndicatorDialogRequest(title, message): BusyIndicatorDialogRequest

Initializes a new instance of BusyIndicatorDialogRequest.

Parameters
title

string

The title of the dialog.

message

string

The message to show in the dialog.

Returns

BusyIndicatorDialogRequest

Defined in

Source/JavaScript/Applications.React.MVVM/dialogs/BusyIndicatorDialogRequest.ts:14

Properties

message

readonly message: string

The message to show in the dialog.

Defined in

Source/JavaScript/Applications.React.MVVM/dialogs/BusyIndicatorDialogRequest.ts:16

title

readonly title: string

The title of the dialog.

Defined in

Source/JavaScript/Applications.React.MVVM/dialogs/BusyIndicatorDialogRequest.ts:15