Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/jsonrpc
ClientOptions
Interface ClientOptions
interface
ClientOptions
{
exception
?:
(
error
:
unknown
)
=>
void
;
nextId
?:
()
=>
string
|
number
;
onUnknownResponse
?:
(
response
:
unknown
)
=>
void
;
timeout
?:
number
;
}
Index
Properties
exception?
next
Id?
on
Unknown
Response?
timeout?
Properties
Optional
Readonly
exception
exception
?:
(
error
:
unknown
)
=>
void
Optional
Readonly
next
Id
nextId
?:
()
=>
string
|
number
Optional
Readonly
on
Unknown
Response
onUnknownResponse
?:
(
response
:
unknown
)
=>
void
Optional
Readonly
timeout
timeout
?:
number
Default
CallOptions.timeout
for every call.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
exception
next
Id
on
Unknown
Response
timeout
Guides
Skill
GitHub
Prelude API
Loading...
Default CallOptions.timeout for every call.