withJsonFormsControlProps
constwithJsonFormsControlProps: (Component,memoize?) =>ComponentType<OwnPropsOfControl> =JsonFormsReact.withJsonFormsControlProps
Connects a component to a JsonForms control, injecting control props.
Parameters
Section titled “Parameters”Component
Section titled “Component”ComponentType<ControlProps>
memoize?
Section titled “memoize?”boolean
Returns
Section titled “Returns”ComponentType<OwnPropsOfControl>