如何更新单个节点的值
#627
Replies: 1 comment
-
https://hizzgdev.github.io/jsmind/docs/zh/3.operation.html let node = jm.get_node(node_id)
// update the extra data
node.data = {... new data }
// update topic
jm.update_node(node_id, topic) Is that what you want to know? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I would like to know how to update the value of a single node. I saw a value in the document that can attach an extra data. I added other styles to a single node and when I want to update the node, I will update the data in the other styles
Beta Was this translation helpful? Give feedback.
All reactions