remora-monorepo / viewer / ExpressionEditorProps
Interface: ExpressionEditorProps
Defined in: packages/ui/src/editors/expression-editor.tsx:26
Properties
label?
optionallabel:string
Defined in: packages/ui/src/editors/expression-editor.tsx:29
onChange()
onChange: (
value) =>void
Defined in: packages/ui/src/editors/expression-editor.tsx:28
Parameters
value
Expression
Returns
void
schemaHint?
optionalschemaHint:object
Defined in: packages/ui/src/editors/expression-editor.tsx:31
Optional JSON Schema hint to constrain literal mode.
default?
optionaldefault:unknown
JSON Schema default. When present, rendered as placeholder text in literal inputs to show what the tool will use if the input is left empty or omitted.
enum?
optionalenum:unknown[]
type?
optionaltype:string
value
value:
Expression
Defined in: packages/ui/src/editors/expression-editor.tsx:27