We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Wiki ▸ API Reference ▸ QueryParams
Parse the URL queries and make them available to the rest of the code. Used to determine embed mode, to load from gists, etc.
# wb.queryParamsToUrl(params)
Returns an encoded URL string from query parameters.
===
# wb.urlToQueryParams(url)
Returns an object containing the query parameters from a URL.