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 <code>closeDialogOnSetValue</code> is false. | |
| dialogId | string | Generated id for the dialog. | |
| value | TDialogValue | The value set by the dialog. |