Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AjaxAdapter

Handles AJAX requests to server

Hierarchy

Index

Properties

Optional checkForRecomposition

checkForRecomposition: (context: any) => void

Type declaration

    • (context: any): void
    • Parameters

      • context: any

      Returns void

defaultSettings

defaultSettings: { headers?: {} }

Container for headers to be added to each request

Type declaration

  • Optional headers?: {}
    • [name: string]: string

name

name: string

Optional requestInterceptor

requestInterceptor: (req: AjaxRequest) => void

Function to allow manipulating the request before sending

Type declaration

Methods

ajax

initialize

  • initialize(): void

Generated using TypeDoc