AboutSupportDeveloper GuideVersion 36.122.80.11

Interface PopupResult<T>

The Popup result.

Type Parameters

  • T = any

    Type of data the Popup result contains

Hierarchy

  • PopupResult

Properties

data?: T

Data passed to dispatchPopupResult.

identity: {
    name: string;
    uuid: string;
}

name and uuid of the popup window that called dispatched this result.

Type declaration

  • name: string
  • uuid: string
lastDispatchResult?: PopupResult<any>

The last dispatch result.

Result of the user interaction with the popup window.