Preparing search index...
The search index is not available
@forman2/extendit
@forman2/extendit
util
ListUiSchema
Interface ListUiSchema
interface
ListUiSchema
{
additionalItems
?:
false
;
const
?:
ListUiValue
;
default
?:
ListUiValue
;
description
?:
string
;
enum
?:
ListUiValue
[]
;
enumDescriptions
?:
string
[]
;
enumItemLabels
?:
string
[]
;
hidden
?:
boolean
;
items
:
PrimitiveUiSchema
|
ObjectUiSchema
|
TupleUiSchema
;
markdownDescription
?:
string
;
markdownEnumDescriptions
?:
string
[]
;
maxItems
?:
number
;
minItems
?:
number
;
order
?:
number
;
type
:
"array"
;
}
Hierarchy (
view full
)
UiSchemaBase
<
ListUiValue
>
ListUiSchema
Index
Properties
additional
Items?
const?
default?
description?
enum?
enum
Descriptions?
enum
Item
Labels?
hidden?
items
markdown
Description?
markdown
Enum
Descriptions?
max
Items?
min
Items?
order?
type
Properties
Optional
additional
Items
additional
Items
?:
false
Optional
const
const
?:
ListUiValue
Optional
default
default
?:
ListUiValue
Optional
description
description
?:
string
Optional
enum
enum
?:
ListUiValue
[]
Optional
enum
Descriptions
enum
Descriptions
?:
string
[]
Optional
enum
Item
Labels
enum
Item
Labels
?:
string
[]
Optional
hidden
hidden
?:
boolean
items
items
:
PrimitiveUiSchema
|
ObjectUiSchema
|
TupleUiSchema
Optional
markdown
Description
markdown
Description
?:
string
Optional
markdown
Enum
Descriptions
markdown
Enum
Descriptions
?:
string
[]
Optional
max
Items
max
Items
?:
number
Optional
min
Items
min
Items
?:
number
Optional
order
order
?:
number
type
type
:
"array"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
additional
Items
const
default
description
enum
enum
Descriptions
enum
Item
Labels
hidden
items
markdown
Description
markdown
Enum
Descriptions
max
Items
min
Items
order
type
@forman2/extendit
contrib
core
react
util
Generated using
TypeDoc