Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Conditional adornment

$
0
0

@incursus wrote:

This is probably fairly simple, but perhaps I've been staring at this for too long! What I'd like to do is something like this:

 var node = $(go.Node, "Spot",
      ...
 );

 // If the node is the root node, add a small adornment to denote that
 node.addAdornment???($(go.Shape, "FivePointedStar", ...);

 myDiagram.nodeTemplateMap.add( categoryName, node );

In other words, I want to define the node template, but depending on certain conditions, add an optional adornment to it. My node templates are created in a function, so I don't want to add it to all of them :) Any thoughts on how best to achieve this? Thanks in advance!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles