Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AjaxConfig

DataServiceAdapter Ajax request configuration

Hierarchy

  • AjaxConfig

Index

Properties

Optional contentType

contentType: string

Optional crossDomain

crossDomain: string | boolean

Optional data

data: any

Optional dataType

dataType: string

error

error: (res: Error | HttpResponse) => void

Type declaration

Optional headers

headers: {}

Type declaration

Optional params

params: {}

Type declaration

success

success: (res: HttpResponse) => void

Type declaration

Optional type

type: string

url

url: string

Generated using TypeDoc