SubscriptionInputValuesQuery interface

Query for obtaining information about the possible/allowed values for one or more subscription inputs

Properties

inputValues

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

Property Details

inputValues

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

inputValues: InputValues[]

Property Value

scope

The scope at which the properties to query belong

scope: SubscriptionInputScope

Property Value

subscription

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

subscription: Subscription

Property Value