Table of Contents

Documentation / dialogs/BusyIndicator

dialogs/BusyIndicator

Classes

BusyIndicator

Represents a busy indicator dialog.

Constructors

new BusyIndicator()

new BusyIndicator(_dialogResolver): BusyIndicator

Initializes a new instance of BusyIndicator.

Parameters
_dialogResolver

DialogResolver<void>

The dialog resolver to use for closing the dialog.

Returns

BusyIndicator

Defined in

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

Methods

close()

close(): void

Close the busy indicator dialog.

Returns

void

Defined in

Source/JavaScript/Applications.React.MVVM/dialogs/BusyIndicator.ts:21