Skip to content

how can I read the updated content in a custom node after [ updateNode ] #1422

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

You must be logged in to vote

You're not passing the data object as props, that's your mistake.
nodeProps is an object of type NodeProps

So if you wanna pass the data object as a prop you need to do <CustomNode :data="nodeProps.data" />.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bcakmakoglu
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