Is there any possible way to bind the text value as mustache template in link node

Anyone can help me out regarding the link node

I want to bind the text as mustache template on link node.

like: {{age>10}}

For reasons involving performance and flexibility in rendering to different targets (and many other reasons), GoJS Parts are not implemented in HTML. So your HTML/JavaScript frameworks/libraries will not work in node or link templates.

Use GoJS data binding: GoJS Using Models -- Northwoods Software and GoJS Data Binding -- Northwoods Software