interface ExpressionEditorDialogOptions {
    scope?: ExpressionScope;
}

Properties

Properties

The edited field's ExpressionScope — the identifiers legal in this expression. Drives autocomplete and, because live validation checks against it too, makes an out-of-scope identifier disable Save as you type instead of failing silently at runtime. Omit for a field that declares no scope.