Preparing search index...
The search index is not available
JSON Forms Core
JSON Forms Core
mapStateToLabelProps
Function mapStateToLabelProps
map
State
To
Label
Props
(
state
,
props
)
:
{
cells
:
JsonFormsCellRendererRegistryEntry
[]
;
config
:
any
;
renderers
:
JsonFormsRendererRegistryEntry
[]
;
text
:
string
;
uischema
:
LabelElement
;
visible
:
boolean
;
}
Parameters
state
:
JsonFormsState
props
:
OwnPropsOfLabel
Returns
{
cells
:
JsonFormsCellRendererRegistryEntry
[]
;
config
:
any
;
renderers
:
JsonFormsRendererRegistryEntry
[]
;
text
:
string
;
uischema
:
LabelElement
;
visible
:
boolean
;
}
cells
:
JsonFormsCellRendererRegistryEntry
[]
config
:
any
renderers
:
JsonFormsRendererRegistryEntry
[]
text
:
string
uischema
:
LabelElement
visible
:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
JSON Forms Core
Loading...