Interface OutputAssignment

The general definition of an output assignment.

interface OutputAssignment {
    assignTo: string;
    output: string;
}

Properties

Properties

assignTo: string

The variable to be assigned.

output: string

The field in the given context.