Skip to content

remora-monorepo


remora-monorepo / viewer / ExpressionEditorProps

Interface: ExpressionEditorProps

Defined in: packages/ui/src/editors/expression-editor.tsx:26

Properties

label?

optional label: 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?

optional schemaHint: object

Defined in: packages/ui/src/editors/expression-editor.tsx:31

Optional JSON Schema hint to constrain literal mode.

default?

optional default: 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?

optional enum: unknown[]

type?

optional type: string


value

value: Expression

Defined in: packages/ui/src/editors/expression-editor.tsx:27