Home > @uniformdev/mesh-sdk > LocationDialogResponse

LocationDialogResponse interface

Signature:

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

closeDialog

</td><td>

</td><td>

() => Promise<void>

</td><td>

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

</td></tr> <tr><td>

dialogId

</td><td>

</td><td>

string

</td><td>

Generated id for the dialog.

</td></tr> <tr><td>

value

</td><td>

</td><td>

TDialogValue

</td><td>

The value set by the dialog.

</td></tr> </tbody></table>