Preparing search index...
The search index is not available
JSON Forms Vue
JSON Forms Vue
RendererProps
Interface RendererProps<U>
interface
RendererProps
<
U
>
{
cells
?:
JsonFormsCellRendererRegistryEntry
[]
;
config
?:
any
;
enabled
?:
boolean
;
path
:
string
;
renderers
?:
JsonFormsRendererRegistryEntry
[]
;
schema
:
JsonSchema
;
uischema
:
U
;
}
Type Parameters
U
=
UISchemaElement
Hierarchy (
view full
)
RendererProps
ControlProps
LayoutProps
Index
Properties
cells?
config?
enabled?
path
renderers?
schema
uischema
Properties
Optional
cells
cells
?:
JsonFormsCellRendererRegistryEntry
[]
Optional
config
config
?:
any
Optional
enabled
enabled
?:
boolean
path
path
:
string
Optional
renderers
renderers
?:
JsonFormsRendererRegistryEntry
[]
schema
schema
:
JsonSchema
uischema
uischema
:
U
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cells
config
enabled
path
renderers
schema
uischema
JSON Forms Vue
Loading...