Home > @uniformdev/mesh-sdk > MeshParentConnection
MeshParentConnection interface
Methods the parent frame exposes to the Mesh SDK over the iframe bridge (connectToParent().parent). The dashboard implements the same shape when wiring setupIframeListeners / mesh location hosts.
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(message: CloseDialogMessage) => Promise<void> | |||
|
(message: EditConnectedDataMessage> | |||
|
Provides imperative access to the composition/entry editor state. This API provides imperative access to the composition/entry editor state. | |||
|
<TExpectedResult>(message: GetDataResourceMessage) => Promise<TExpectedResult> | |||
|
() => Promise<string | undefined> |
Returns a short-lived session token for identity delegation, or | ||
|
(message: NavigateMessage) => Promise<void> | |||
|
(message: OpenDialogMessage, 'value' | 'dialogId'> | undefined> | |||
|
() => Promise<void> | |||
|
({ height }: { height: CSSHeight; }) => Promise<void> | |||
|
(value: SetValueMessage) => Promise<void> |