Skip to content

withJsonFormsLayoutProps

const withJsonFormsLayoutProps: <T>(Component, memoize?) => ComponentType<T & OwnPropsOfLayout> = JsonFormsReact.withJsonFormsLayoutProps

Connects a component to a JsonForms layout, injecting child uischema elements.

T extends LayoutProps

ComponentType<T>

boolean

ComponentType<T & OwnPropsOfLayout>