@hrefcl/apidoc - v4.0.5
GitHub
NPM
Preparing search index...
core/parsers/api_query
parse
Function parse
Exports
parse
(
content
:
any
,
source
:
any
,
)
:
{
group
:
string
;
type
:
string
;
size
:
string
;
allowedValues
:
string
;
optional
:
boolean
;
parentNode
:
any
;
field
:
string
;
isArray
:
boolean
;
defaultValue
:
string
;
description
:
any
;
}
Parse to extract API query
Parameters
content
:
any
The content to be parsed.
source
:
any
UNUSED
Returns
{
group
:
string
;
type
:
string
;
size
:
string
;
allowedValues
:
string
;
optional
:
boolean
;
parentNode
:
any
;
field
:
string
;
isArray
:
boolean
;
defaultValue
:
string
;
description
:
any
;
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
Documentation
Live Demo
GitHub
NPM
@hrefcl/apidoc - v4.0.5
Loading...
Exports