Preparing search index...
The search index is not available
ls-base-lib
ls-base-lib
declaration
ParameterCacheType
Interface ParameterCacheType
参数缓存值类型
interface
ParameterCacheType
{
custom
?:
VerifyCustomType
;
customText
?:
string
;
index
:
number
;
instance
?:
Function
;
name
:
string
;
}
Index
Properties
custom?
custom
Text?
index
instance?
name
Properties
Optional
custom
custom
?:
VerifyCustomType
自定义验证方法
Optional
custom
Text
custom
Text
?:
string
自定义校验方法失败提示
index
index
:
number
参数序号
Optional
instance
instance
?:
Function
对象
name
name
:
string
参数名称
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
custom
custom
Text
index
instance
name
ls-base-lib
Loading...
参数缓存值类型