Skip to content

need getData() call #15

@kdemarest

Description

@kdemarest

We need a way to make a call to the NodePane widget asking it for all it's relevant data, including the "save object" and the "full svg data".

eg myNodePane.getData() returns

{
'visualGraph': ... // the whole data struct that Save generates
'svg': ... // the entire svg content required to reproduce the nodes and links
}

The svg should include ONLY:

  • The nodes with full shading and icons
  • The ports on the nodes, with color
  • The links
  • The tool titles under each node

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions