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
| Parameter | Type |
|---|---|
state | StateValues |
Returns
URLSearchParams