@vnodes/schema
Preparing search index...
ArrayOptions
Interface ArrayOptions
interface
ArrayOptions
{
items
?:
PropertyOptions
;
maxItems
?:
number
;
minItems
?:
number
;
type
?:
"array"
;
}
Index
Properties
items?
max
Items?
min
Items?
type?
Properties
Optional
items
items
?:
PropertyOptions
Optional
max
Items
maxItems
?:
number
Optional
min
Items
minItems
?:
number
Optional
type
type
?:
"array"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
max
Items
min
Items
type
@vnodes/schema
Loading...