Trilium Backend API
Preparing search index...
<internal>
AxiosInterceptorHandler
Interface AxiosInterceptorHandler<T>
interface
AxiosInterceptorHandler
<
T
>
{
fulfilled
:
AxiosInterceptorFulfilled
<
T
>
;
rejected
?:
AxiosInterceptorRejected
;
runWhen
:
(
config
:
AxiosRequestConfig
)
=>
boolean
;
synchronous
:
boolean
;
}
Type Parameters
T
Index
Properties
fulfilled
rejected?
run
When
synchronous
Properties
fulfilled
fulfilled
:
AxiosInterceptorFulfilled
<
T
>
Optional
rejected
rejected
?:
AxiosInterceptorRejected
run
When
runWhen
:
(
config
:
AxiosRequestConfig
)
=>
boolean
synchronous
synchronous
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fulfilled
rejected
run
When
synchronous
Trilium Backend API
Loading...