Preparing search index...
The search index is not available
@formant/data-sdk
@formant/data-sdk
IJsonArraySchema
Interface IJsonArraySchema
interface
IJsonArraySchema
{
$formant.visible.when
?:
[
string
,
"="
,
string
]
;
$schema
?:
string
;
description
?:
string
;
items
:
{
$formant.itemName
?:
string
;
properties
:
IPropertyObject
;
required
?:
string
[]
;
type
:
"string"
|
"number"
|
"object"
|
"integer"
;
}
;
required
?:
string
[]
;
title
?:
string
;
type
:
"array"
;
}
Hierarchy (
view full
)
IJsonBaseSchema
<
"array"
>
IJsonArraySchema
Index
Properties
$formant.visible.when?
$schema?
description?
items
required?
title?
type
Properties
Optional
$formant.visible.when
$formant.visible.when
?:
[
string
,
"="
,
string
]
Optional
$schema
$schema
?:
string
Optional
description
description
?:
string
items
items
:
{
$formant.itemName
?:
string
;
properties
:
IPropertyObject
;
required
?:
string
[]
;
type
:
"string"
|
"number"
|
"object"
|
"integer"
;
}
Type declaration
Optional
$formant.item
Name
?:
string
properties
:
IPropertyObject
Optional
required
?:
string
[]
type
:
"string"
|
"number"
|
"object"
|
"integer"
Optional
required
required
?:
string
[]
Optional
title
title
?:
string
type
type
:
"array"
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
$formant.visible.when
$schema
description
items
required
title
type
@formant/data-sdk
Loading...
Generated using
TypeDoc