Home > @uniformdev/mesh-sdk > UniformMeshSDK > openCurrentLocationDialog

UniformMeshSDK.openCurrentLocationDialog() method

Opens the current location within a dialog, enabling to to break out of the layout it was loaded in.

Signature:

Parameters

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

Parameter

</th><th>

Type

</th><th>

Description

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

options

</td><td>

{ options?: DialogOptions<TDialogParams>; }

</td><td>

(Optional)

</td></tr> </tbody></table> Returns:

Promise<LocationDialogResponse<TLocationSetValue, TLocationSetValue>, { type: TLocationType; }>['setValue']>[0]> | undefined>