The Url object
Information about URL query and hash parameters currently in use.
Classic apps
You're viewing documentation for classic apps, which use Retool's original app editor. The new app builder is the recommended way to build apps and where Retool focuses new development.
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 | array |
| Configurability | Inspector |
| Default | null |
Examples
false[ {
"key": "id",
"value": "1234567890"
} ]
Examples
false"https://retool.example.com?id=1234567890"
searchParams
The search parameters of the URL.
| Type | object |
| Format | object |
| Configurability | Read-only |
| Default | null |