The Url object
Information about URL query and hash parameters currently in use.
Properties
All properties for this object with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.
hashParams
The hash parameters of the URL.
Type | object |
Format | object |
Configurability | Read-only |
Default | null |
Object Properties
Examples
{
"key": "id",
"value": "1234567890"
}
Examples
"https://retool.example.com?id=1234567890"
searchParams
The search parameters of the URL.
Type | object |
Format | object |
Configurability | Read-only |
Default | null |