SubscriptionInputValuesQuery interface
Query for obtaining information about the possible/allowed values for one or more subscription inputs
input |
The input values to return on input, and the result from the consumer on output. |
scope | The scope at which the properties to query belong |
subscription | Subscription containing information about the publisher/consumer and the current input values |
The input values to return on input, and the result from the consumer on output.
inputValues: InputValues[]
Property Value
The scope at which the properties to query belong
scope: SubscriptionInputScope
Property Value
Subscription containing information about the publisher/consumer and the current input values
subscription: Subscription