InputValuesQuery interface

属性

currentValues
inputValues

要返回输入的输入值,以及输出上的使用者的结果。

resource

包含有关发布者/使用者和当前输入值的信息的订阅

属性详细信息

currentValues

currentValues: {[key: string]: string}

属性值

{[key: string]: string}

inputValues

要返回输入的输入值,以及输出上的使用者的结果。

inputValues: InputValues[]

属性值

resource

包含有关发布者/使用者和当前输入值的信息的订阅

resource: any

属性值

any