Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
<internal>
TcpSocketConnectOpts
Interface TcpSocketConnectOpts
interface
TcpSocketConnectOpts
{
port
:
number
;
host
?:
string
;
localAddress
?:
string
;
localPort
?:
number
;
hints
?:
number
;
family
?:
number
;
lookup
?:
LookupFunction
;
noDelay
?:
boolean
;
keepAlive
?:
boolean
;
keepAliveInitialDelay
?:
number
;
autoSelectFamily
?:
boolean
;
autoSelectFamilyAttemptTimeout
?:
number
;
blockList
?:
BlockList
;
}
Index
Properties
port
host?
local
Address?
local
Port?
hints?
family?
lookup?
no
Delay?
keep
Alive?
keep
Alive
Initial
Delay?
auto
Select
Family?
auto
Select
Family
Attempt
Timeout?
block
List?
Properties
port
port
:
number
Optional
host
host
?:
string
Optional
local
Address
localAddress
?:
string
Optional
local
Port
localPort
?:
number
Optional
hints
hints
?:
number
Optional
family
family
?:
number
Optional
lookup
lookup
?:
LookupFunction
Optional
no
Delay
noDelay
?:
boolean
Optional
keep
Alive
keepAlive
?:
boolean
Optional
keep
Alive
Initial
Delay
keepAliveInitialDelay
?:
number
Optional
auto
Select
Family
autoSelectFamily
?:
boolean
Since
v18.13.0
Optional
auto
Select
Family
Attempt
Timeout
autoSelectFamilyAttemptTimeout
?:
number
Since
v18.13.0
Optional
block
List
blockList
?:
BlockList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
port
host
local
Address
local
Port
hints
family
lookup
no
Delay
keep
Alive
keep
Alive
Initial
Delay
auto
Select
Family
auto
Select
Family
Attempt
Timeout
block
List
Sanity Library Reference Docs
Loading...
Since
v18.13.0