SingleExpressionResolveResult

Interface

Single expression resolve result.

Properties

PropertyTypeNotes
boolean

Whether the resolve is successful.

string

Result value. If succeed, the value is a string of the resolving result. If failed, the value is ExpressionResolverErrorCode .

isSuccessful

Interface Property
isSuccessful: boolean

Whether the resolve is successful.

value

Interface Property
value: string

Result value. If succeed, the value is a string of the resolving result. If failed, the value is ExpressionResolverErrorCode .

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.