Hello I would like to add a border to Node
I don’t know how to do this.
In the Adobe language its called the “stroke” but when I add
{
stroke: "black"
}
I get a GoJS error saying that there is no property stroke
on a Node
object
Thanks!