FieldControl
FieldControl(
props):Element|null
Defined in: inspector-runtime-controls.tsx:182
Render one manifest-derived editor field with pluggable inspector controls.
Parameters
Section titled “Parameters”Field-control props including the descriptor, value, and optional custom renderers.
Returns
Section titled “Returns”Element | null
A React element for the resolved field control, or null when no supported control is available.