metatell Bot SDK - v2.0.0
GitHub
NPM
Preparing search index...
@metatell/bot-core
PrepareNavigationOptions
Interface PrepareNavigationOptions
interface
PrepareNavigationOptions
{
additionalAllowedOrigins
?:
readonly
string
[]
;
fetch
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
,
)
=>
Promise
<
Response
>
;
maxBytes
?:
number
;
maxDecodedBytes
?:
number
;
maxTriangles
?:
number
;
previous
?:
PreviousNavigation
;
signal
?:
AbortSignal
;
timeoutMs
?:
number
;
}
Index
Properties
additional
Allowed
Origins?
fetch?
max
Bytes?
max
Decoded
Bytes?
max
Triangles?
previous?
signal?
timeout
Ms?
Properties
Optional
additional
Allowed
Origins
additionalAllowedOrigins
?:
readonly
string
[]
Optional
fetch
fetch
?:
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
=>
Promise
<
Response
>
Optional
max
Bytes
maxBytes
?:
number
Optional
max
Decoded
Bytes
maxDecodedBytes
?:
number
Optional
max
Triangles
maxTriangles
?:
number
Optional
previous
previous
?:
PreviousNavigation
Optional
signal
signal
?:
AbortSignal
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
additional
Allowed
Origins
fetch
max
Bytes
max
Decoded
Bytes
max
Triangles
previous
signal
timeout
Ms
GitHub
NPM
metatell Bot SDK - v2.0.0
Loading...