withJsonFormsCellProps
constwithJsonFormsCellProps: (Component,memoize?) =>ComponentType<OwnPropsOfCell> =JsonFormsReact.withJsonFormsCellProps
Connects a component to a JsonForms cell, for list/array cell rendering.
Parameters
Section titled “Parameters”Component
Section titled “Component”ComponentType<CellProps>
memoize?
Section titled “memoize?”boolean
Returns
Section titled “Returns”ComponentType<OwnPropsOfCell>