WebCAD-Lib-TS API 文档 - v1.0.0
Preparing search index...
IRequest
Interface IRequest
interface
IRequest
{
get
:
(
url
:
string
,
params
?:
Record
<
string
,
any
>
,
args
?:
Partial
<
Config
>
,
)
=>
Promise
<
any
>
;
put
:
(
url
:
string
,
data
:
any
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
;
post
:
(
url
:
string
,
data
:
any
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
;
patch
:
(
url
:
string
,
data
:
any
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
;
del
:
(
url
:
string
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
;
options
:
(
url
:
string
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
;
}
Index
Properties
get
put
post
patch
del
options
Properties
get
get
:
(
url
:
string
,
params
?:
Record
<
string
,
any
>
,
args
?:
Partial
<
Config
>
,
)
=>
Promise
<
any
>
put
put
:
(
url
:
string
,
data
:
any
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
post
post
:
(
url
:
string
,
data
:
any
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
patch
patch
:
(
url
:
string
,
data
:
any
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
del
del
:
(
url
:
string
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
options
options
:
(
url
:
string
,
args
?:
Partial
<
Config
>
)
=>
Promise
<
any
>
Settings
Member Visibility
Protected
Internal
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
get
put
post
patch
del
options
WebCAD-Lib-TS API 文档 - v1.0.0
Loading...