Options controlling mountExpressionEditor.

interface ExpressionEditorOptions {
    onChange: (value: string) => void;
    scope?: ExpressionScope;
}

Properties

Properties

onChange: (value: string) => void

Called with the full text on every edit (drives live validation).

The edited field's ExpressionScope, whose declared identifiers are offered in autocomplete alongside the helper functions. Helper names come from the registry.