Interface InputAssignment

The general definition of an input assignment.

interface InputAssignment {
    input: string;
    value: string;
}

Properties

Properties

input: string

The field in the given context.

value: string

The value/expression to assign.