Skip to content

Is there any event specifically designed for schema updates? #2593

Discussion options

You must be logged in to vote

If you are JointJS+ user, the easiest way to detect graph changes is to use the commandManager plugin.

commandManager.on('stack', () => {
   sendToBackend(graph.toJSON());
});

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@gintarasgraciovas
Comment options

@kumilingus
Comment options

@gintarasgraciovas
Comment options

Answer selected by gintarasgraciovas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants