You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples and wiki show how to retrieve properties from nodes in the dataset using either data(property) or data(pivotProperty.targetProperty) but makes no mention of how to obtain values computed from methods e.g. Throwable->getMessage(), model->relation()->property. Putting either of the two in data breaks the parser. I also can't do data(exception)->getMessage()
The text was updated successfully, but these errors were encountered:
I believe you can call methods without parentheses like data(myObject.classMethod), but I haven't tested it yet.
Hey, man. Thanks for trying to help. I saw your response but I'd bricked the markup rendering part of my project, so I was unable to confirm and return feedback. I just tried your suggestion today and it didn't work. Same as the other alternatives posted in OP
The examples and wiki show how to retrieve properties from nodes in the dataset using either
data(property)
ordata(pivotProperty.targetProperty)
but makes no mention of how to obtain values computed from methods e.g.Throwable->getMessage()
,model->relation()->property
. Putting either of the two in data breaks the parser. I also can't dodata(exception)->getMessage()
The text was updated successfully, but these errors were encountered: