nexus-agents - v2.80.0
    Preparing search index...

    Interface ParsedExpression

    Parsed expression structure.

    interface ParsedExpression {
        original: string;
        type: ExpressionType;
        path: string[];
    }
    Index

    Properties

    Properties

    original: string

    Original expression string

    Expression type (inputs, steps, variables)

    path: string[]

    Path segments after the type