Preparing search index...
The search index is not available
JSON Forms Core
JSON Forms Core
StatePropsOfMasterItem
Interface StatePropsOfMasterItem
interface
StatePropsOfMasterItem
{
childLabel
:
string
;
childLabelProp
?:
string
;
disableRemove
?:
boolean
;
enabled
:
boolean
;
index
:
number
;
path
:
string
;
schema
:
JsonSchema
;
selected
:
boolean
;
translations
:
ArrayTranslations
;
uischema
:
UISchemaElement
;
handleSelect
(
index
)
:
(
(
)
=>
void
)
;
removeItem
(
path
,
value
)
:
(
(
)
=>
void
)
;
}
Hierarchy (
view full
)
OwnPropsOfMasterListItem
StatePropsOfMasterItem
Index
Properties
child
Label
child
Label
Prop?
disable
Remove?
enabled
index
path
schema
selected
translations
uischema
Methods
handle
Select
remove
Item
Properties
child
Label
child
Label
:
string
Optional
child
Label
Prop
child
Label
Prop
?:
string
Optional
disable
Remove
disable
Remove
?:
boolean
enabled
enabled
:
boolean
index
index
:
number
path
path
:
string
schema
schema
:
JsonSchema
selected
selected
:
boolean
translations
translations
:
ArrayTranslations
uischema
uischema
:
UISchemaElement
Methods
handle
Select
handle
Select
(
index
)
:
(
(
)
=>
void
)
Parameters
index
:
number
Returns
(
(
)
=>
void
)
(
)
:
void
Returns
void
remove
Item
remove
Item
(
path
,
value
)
:
(
(
)
=>
void
)
Parameters
path
:
string
value
:
number
Returns
(
(
)
=>
void
)
(
)
:
void
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
child
Label
child
Label
Prop
disable
Remove
enabled
index
path
schema
selected
translations
uischema
handle
Select
remove
Item
JSON Forms Core
Loading...