remora-monorepo / viewer / JsonCodeEditorProps
Interface: JsonCodeEditorProps
Defined in: packages/ui/src/editors/json-code-editor.tsx:23
Properties
className?
optionalclassName:string
Defined in: packages/ui/src/editors/json-code-editor.tsx:26
maxHeight?
optionalmaxHeight:string
Defined in: packages/ui/src/editors/json-code-editor.tsx:30
Max height for the scrollable area. Defaults to "300px". Use "none" for unconstrained.
onBlur()?
optionalonBlur: () =>void
Defined in: packages/ui/src/editors/json-code-editor.tsx:28
Returns
void
onChange()
onChange: (
value) =>void
Defined in: packages/ui/src/editors/json-code-editor.tsx:25
Parameters
value
string
Returns
void
placeholderText?
optionalplaceholderText:string
Defined in: packages/ui/src/editors/json-code-editor.tsx:27
value
value:
string
Defined in: packages/ui/src/editors/json-code-editor.tsx:24