vopWidgetReturn - Host->Player: Sends the return value of a widget call to the player.

interface WidgetReturn {
    sessionId: string;
    callId?: string;
    state?: Record<string, string>;
}

Hierarchy (view full)

Properties

sessionId: string
callId?: string
state?: Record<string, string>