Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
HelloJSServiceDef
Interface HelloJSServiceDef
Index
Properties
api
autorefresh
base
del
form
get
jsonp
name
oauth
post
put
root
scope
scope_delim
wrap
xhr
Properties
optional
public
api
?:
(...par: any[]) => void
optional
public
autorefresh
?:
boolean
optional
public
base
?:
string
optional
public
del
?:
{ [id: string]: string; }
(
)
:
string
Returns
string
optional
public
form
?:
(par: any) => void
optional
public
get
?:
{ [id: string]: any; }
(
)
:
any
Returns
any
optional
public
jsonp
?:
(par: any) => void
public
name
:
string
public
oauth
:
HelloJSOAuthDef
optional
public
post
?:
{ [id: string]: any; }
(
)
:
any
Returns
any
optional
public
put
?:
{ [id: string]: any; }
(
)
:
any
Returns
any
optional
public
root
?:
string
optional
public
scope
?:
{ [id: string]: string; }
(
)
:
string
Returns
string
optional
public
scope_delim
?:
string
optional
public
wrap
?:
{ [id: string]: (par: any) => void; }
(
)
:
(par: any) => void
Returns
(par: any) => void
optional
public
xhr
?:
(par: any) => void
Globals