Preparing search index...
The search index is not available
erest
erest
IApiInfo
Interface IApiInfo<T>
API接口定义
interface
IApiInfo
<
T
>
{
$apis
:
Map
<
string
,
default
<
T
>
>
;
afterHooks
:
Set
<
T
>
;
beforeHooks
:
Set
<
T
>
;
define
:
(
(
opt
)
=>
default
<
T
>
)
;
delete
:
(
(
path
)
=>
default
<
T
>
)
;
docOutputForamt
?:
(
(
out
)
=>
any
)
;
docs
?:
default
;
formatOutputReverse
?:
(
(
out
)
=>
[
null
|
Error
,
any
]
)
;
get
:
(
(
path
)
=>
default
<
T
>
)
;
patch
:
(
(
path
)
=>
default
<
T
>
)
;
post
:
(
(
path
)
=>
default
<
T
>
)
;
put
:
(
(
path
)
=>
default
<
T
>
)
;
}
Type Parameters
T
Hierarchy (
view full
)
Record
<
string
,
any
>
genSchema
<
T
>
IApiInfo
Index
Properties
$apis
after
Hooks
before
Hooks
define
delete
doc
Output
Foramt?
docs?
format
Output
Reverse?
get
patch
post
put
Properties
Readonly
$apis
$apis
:
Map
<
string
,
default
<
T
>
>
after
Hooks
after
Hooks
:
Set
<
T
>
before
Hooks
before
Hooks
:
Set
<
T
>
define
define
:
(
(
opt
)
=>
default
<
T
>
)
Type declaration
(
opt
)
:
default
<
T
>
Parameters
opt
:
APIDefine
<
T
>
Returns
default
<
T
>
Readonly
delete
delete
:
(
(
path
)
=>
default
<
T
>
)
Type declaration
(
path
)
:
default
<
T
>
Parameters
path
:
string
Returns
default
<
T
>
Optional
doc
Output
Foramt
doc
Output
Foramt
?:
(
(
out
)
=>
any
)
Type declaration
(
out
)
:
any
Parameters
out
:
any
Returns
any
Optional
docs
docs
?:
default
Optional
format
Output
Reverse
format
Output
Reverse
?:
(
(
out
)
=>
[
null
|
Error
,
any
]
)
Type declaration
(
out
)
:
[
null
|
Error
,
any
]
Parameters
out
:
any
Returns
[
null
|
Error
,
any
]
Readonly
get
get
:
(
(
path
)
=>
default
<
T
>
)
Type declaration
(
path
)
:
default
<
T
>
Parameters
path
:
string
Returns
default
<
T
>
Readonly
patch
patch
:
(
(
path
)
=>
default
<
T
>
)
Type declaration
(
path
)
:
default
<
T
>
Parameters
path
:
string
Returns
default
<
T
>
Readonly
post
post
:
(
(
path
)
=>
default
<
T
>
)
Type declaration
(
path
)
:
default
<
T
>
Parameters
path
:
string
Returns
default
<
T
>
Readonly
put
put
:
(
(
path
)
=>
default
<
T
>
)
Type declaration
(
path
)
:
default
<
T
>
Parameters
path
:
string
Returns
default
<
T
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
$apis
after
Hooks
before
Hooks
define
delete
doc
Output
Foramt
docs
format
Output
Reverse
get
patch
post
put
erest
SchemaManager
SchemaType
ValueTypeItem
ValueTypeManager
default
APICommon
APIDefine
APIOption
IApiInfo
IApiOption
IApiOptionInfo
IDocOptions
IExample
IGroupInfoOpt
IGruop
ISchemaCheckResult
ISchemaTypeFieldInfo
ISchemaTypeFields
IValueResult
IValueTypeCheckResult
IValueTypeOptions
Loading...
Generated using
TypeDoc
API接口定义