Versions in this module Expand all Collapse all v0 v0.19.0 May 4, 2026 Changes in this version + func ParseReferencedNodes(expression string) ([]string, error) + func ValidateBareExpression(raw string, knownNodeNames map[string]struct{}) error + func ValidateCanvasExpressions(reg *registry.Registry, nodes []*componentpb.Node) map[string][]ExpressionError + func ValidateExpression(raw string, knownNodeNames map[string]struct{}) error + type ExpressionError struct + Err error + Expression string + FieldPath string + NodeID string + NodeName string + func (e *ExpressionError) Error() string