interface InputValuesQuery {
    currentValues: { [key: string]: string };
    inputValues?: InputValues[];
    resource: any;
}

Hierarchy (View Summary)

Properties

currentValues: { [key: string]: string }
inputValues?: InputValues[]

The input values to return on input, and the result from the consumer on output.

resource: any

Subscription containing information about the publisher/consumer and the current input values