Home > @uniformdev/mesh-sdk > LocationDialogResponse

LocationDialogResponse interface

Signature:

Properties

Property

Modifiers

Type

Description

closeDialog

() => Promise<void>

Allows for closing the dialog manually. Typically used when closeDialogOnSetValue is false.

dialogId

string

Generated id for the dialog.

value

TDialogValue

The value set by the dialog.