FIELD(object:Dynamic, field:String)
object.field resolved via Reflect.getProperty().
object.field
Reflect.getProperty()
QUICK(value:String)
Manually updated values.
EXPRESSION(expression:String, parsedExpr:Expr)
Haxe expression evaluated with hscript.
FUNCTION(func:() ‑> Dynamic)
A function that returns the value to display.