Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
<internal>
FinalizeNodeOptionsPayload
Interface FinalizeNodeOptionsPayload
interface
FinalizeNodeOptionsPayload
{
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
;
method
:
string
|
undefined
;
headers
:
any
;
maxRedirects
:
number
|
undefined
;
agent
?:
any
;
cert
?:
any
;
key
?:
any
;
ca
?:
any
;
}
Hierarchy (
View Summary
)
UrlWithStringQuery
FinalizeNodeOptionsPayload
Index
Properties
auth
hash
host
hostname
href
path
pathname
protocol
search
slashes
port
query
method
headers
max
Redirects
agent?
cert?
key?
ca?
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
method
method
:
string
|
undefined
headers
headers
:
any
max
Redirects
maxRedirects
:
number
|
undefined
Optional
agent
agent
?:
any
Optional
cert
cert
?:
any
Optional
key
key
?:
any
Optional
ca
ca
?:
any
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
method
headers
max
Redirects
agent
cert
key
ca
Sanity Library Reference Docs
Loading...