Skip to content

Function: embedStateToParams()

ts
function embedStateToParams(state: StateValues): URLSearchParams;

Serialize the complete state as one base64-encoded state query parameter. Used to build an embed URL; Ridge never calls it to write one.

Parameters

ParameterType
stateStateValues

Returns

URLSearchParams

Ridge AI