Back to Trilium

Interface AxiosInterceptorOptions

docs/Script API/interfaces/Backend_Script_API._internal_.AxiosInterceptorOptions.html

0.102.2868 B
Original Source

Interface AxiosInterceptorOptions

interface AxiosInterceptorOptions {
runWhen?: (config: InternalAxiosRequestConfig) => boolean;
synchronous?: boolean;
}

Index

Properties

runWhen?synchronous?

Properties

OptionalrunWhen

runWhen?: (config: InternalAxiosRequestConfig) => boolean

Optionalsynchronous

synchronous?: boolean

Settings

Member Visibility

  • Protected
  • Inherited
  • External

ThemeOSLightDark

On This Page

Properties runWhensynchronous