Member Junction
Preparing search index...
@memberjunction/task-graph
ConditionVerdict
Type Alias ConditionVerdict
The evaluator's answer, in the shape
IConditionEvaluator
returns.
type
ConditionVerdict
=
{
ErrorMessage
?:
string
;
Success
:
boolean
;
Value
?:
unknown
;
}
Index
Properties
Error
Message?
Success
Value?
Properties
Optional
Error
Message
ErrorMessage
?:
string
Success
Success
:
boolean
Optional
Value
Value
?:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Error
Message
Success
Value
Member Junction
Loading...
The evaluator's answer, in the shape
IConditionEvaluatorreturns.