refactor(core): allow setting handleId in useNodeConnections (#1732)
* refactor(core): allow setting handleId in useNodeConnections Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(core): deprecate useHandleConnections Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(examples): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(docs): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(core): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(core): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> * chore(docs): cleanup Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com> --------- Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Math Operation
|
||||
|
||||
This example demonstrates how to use the different composables like `useHandleConnections` or `useNodesData` to create a data flow between nodes.
|
||||
This example demonstrates how to use the different composables like `useNodeConnections` or `useNodesData` to create a data flow between nodes.
|
||||
|
||||
In this example we use nodes to create a simple math operation, where the user can input two numbers and select an operation to perform.
|
||||
We use nodes to create a simple math operation, where the user can input two numbers and select an operation to perform.
|
||||
|
||||
<div class="mt-6">
|
||||
<Repl example="math"></Repl>
|
||||
|
||||
Reference in New Issue
Block a user