Preparing search index...
The search index is not available
erest
erest
parseTypeName
Function parseTypeName
parse
Type
Name
(
type
)
:
{
isArray
:
boolean
;
name
:
string
;
}
解析类型名称 判断在书写类型的时候 是否是 "type[]" 这种格式,是否是数组类型
Parameters
type
:
string
类型
Returns
{
isArray
:
boolean
;
name
:
string
;
}
is
Array
:
boolean
name
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
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
解析类型名称 判断在书写类型的时候 是否是 "type[]" 这种格式,是否是数组类型