Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
<internal>
UrlWithStringQuery
Interface UrlWithStringQuery
interface
UrlWithStringQuery
{
auth
:
string
|
null
;
hash
:
string
|
null
;
host
:
string
|
null
;
hostname
:
string
|
null
;
href
:
string
;
path
:
string
|
null
;
pathname
:
string
|
null
;
protocol
:
string
|
null
;
search
:
string
|
null
;
slashes
:
boolean
|
null
;
port
:
string
|
null
;
query
:
string
|
null
;
}
Hierarchy (
View Summary
)
Url
UrlWithStringQuery
FinalizeNodeOptionsPayload
Index
Properties
auth
hash
host
hostname
href
path
pathname
protocol
search
slashes
port
query
Properties
auth
auth
:
string
|
null
hash
hash
:
string
|
null
host
host
:
string
|
null
hostname
hostname
:
string
|
null
href
href
:
string
path
path
:
string
|
null
pathname
pathname
:
string
|
null
protocol
protocol
:
string
|
null
search
search
:
string
|
null
slashes
slashes
:
boolean
|
null
port
port
:
string
|
null
query
query
:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
hash
host
hostname
href
path
pathname
protocol
search
slashes
port
query
Sanity Library Reference Docs
Loading...