Skip to content

Event callback that can be used to execute after the graph is rendered #1038

Answered by bcakmakoglu
harshaktg asked this question in Q&A
Discussion options

You must be logged in to vote

Rendering should not have any influence on the hierarchy of your nodes.
You know what connections your node has before it's visible (as you're the one creating edges), you also know what position a node has before it's visible (as you're the one giving it it's position).

So I'm not sure why visibility (rendering) of a node is relevant at all for any of this 😄

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@harshaktg
Comment options

@bcakmakoglu
Comment options

Answer selected by harshaktg
@harshaktg
Comment options

@bcakmakoglu
Comment options

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