Home > @uniformdev/mesh-sdk > LocationDialogResponse

LocationDialogResponse interface

Signature:

Properties

PropertyModifiersTypeDescription
closeDialog() => Promise<void>Allows for closing the dialog manually. Typically used when <code>closeDialogOnSetValue</code> is false.
dialogIdstringGenerated id for the dialog.
valueTDialogValueThe value set by the dialog.