Preparing search index...
The search index is not available
js-xxx - v2.2.29
js-xxx
MockOptions
Interface MockOptions
Mock 数据选项
interface
MockOptions
{
arrayTypes
?:
(
MockDataType
|
{
options
?:
MockOptions
;
type
:
MockDataType
;
}
)
[]
;
endDate
?:
Date
;
format
?:
string
|
false
;
length
?:
number
;
max
?:
number
;
min
?:
number
;
objectKeys
?:
{
[
key
:
string
]
:
MockDataType
|
{
options
?:
MockOptions
;
type
:
MockDataType
;
}
;
}
;
startDate
?:
Date
;
}
Index
Properties
array
Types?
end
Date?
format?
length?
max?
min?
object
Keys?
start
Date?
Properties
Optional
array
Types
array
Types
?:
(
MockDataType
|
{
options
?:
MockOptions
;
type
:
MockDataType
;
}
)
[]
Optional
end
Date
end
Date
?:
Date
Optional
format
format
?:
string
|
false
Optional
length
length
?:
number
Optional
max
max
?:
number
Optional
min
min
?:
number
Optional
object
Keys
object
Keys
?:
{
[
key
:
string
]
:
MockDataType
|
{
options
?:
MockOptions
;
type
:
MockDataType
;
}
;
}
Optional
start
Date
start
Date
?:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
array
Types
end
Date
format
length
max
min
object
Keys
start
Date
js-xxx - v2.2.29
Loading...
Mock 数据选项