ResolveVariableReferencesRequest interface
Request for resolving variable references to their values
Properties
| consuming |
The consuming item object identifier |
| variable |
The list of variable reference strings. Every reference may include optional inline type specification. |
Property Details
consumingItemObjectId
The consuming item object identifier
consumingItemObjectId: string
Property Value
string
variableReferences
The list of variable reference strings. Every reference may include optional inline type specification.
variableReferences: string[]
Property Value
string[]