JsonFieldProps
JsonFieldProps =
BaseFieldProps&object
Defined in: packages/ui/src/types.ts:851
Props for the JsonField read-only display component.
Renders a JSON value as syntax-highlighted, formatted code with optional collapse/expand functionality for large payloads.
Type Declaration
Section titled “Type Declaration”collapsed?
Section titled “collapsed?”
optionalcollapsed:boolean
Whether to initially show a collapsed preview.
value:
unknown
JSON value to display as formatted code.
BaseFieldProps for inherited label and className props.