ExpressionRoot interface
The expression root.
- Extends
Properties
path | The path. |
Inherited Properties
error | The azure resource error info. |
subexpressions | The sub expressions. |
text | The text. |
value | Anything |
Property Details
path
The path.
path?: string
Property Value
string
Inherited Property Details
error
The azure resource error info.
error?: AzureResourceErrorInfo
Property Value
Inherited From Expression.error
subexpressions
The sub expressions.
subexpressions?: Expression[]
Property Value
Inherited From Expression.subexpressions