Resolved Value Object
Properties
isError (boolean
)
An optional flag that indicates if the resolved value represents an error.
If not set, the value
is assumed to be valid and will be used for autofill purposes.
timestamp (string
)
A timestamp representing when value
was updated.
Can be null
.
The timestamp should be a string that can be used to create a Date
object via the constructor.
value (string
)
The value that was resolved.