vowReturnRequested - Widget->Host: Widget calls for closing the widget dialog.

interface ReturnRequested {
    sessionId: string;
    timeStamp: string;
    sharedParameters?: MainSchema.SharedParameter[];
    state?: string;
    saveState?: boolean;
}

Hierarchy (view full)

Properties

sessionId: string
timeStamp: string
sharedParameters?: MainSchema.SharedParameter[]
state?: string
saveState?: boolean

If true, the host is requested to send the final state to the player. Default: true