withJsonFormsLayoutProps
constwithJsonFormsLayoutProps: <T>(Component,memoize?) =>ComponentType<T&OwnPropsOfLayout> =JsonFormsReact.withJsonFormsLayoutProps
Connects a component to a JsonForms layout, injecting child uischema elements.
Type Parameters
Section titled “Type Parameters”T extends LayoutProps
Parameters
Section titled “Parameters”Component
Section titled “Component”ComponentType<T>
memoize?
Section titled “memoize?”boolean
Returns
Section titled “Returns”ComponentType<T & OwnPropsOfLayout>