refactor(types)!: Remove elements and replace with nodes and edges
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -21,7 +21,7 @@ const instance = ref<FlowInstance>()
|
||||
const onLoad = (flowInstance: FlowInstance) => {
|
||||
flowInstance.fitView()
|
||||
instance.value = flowInstance
|
||||
console.log(flowInstance.getElements())
|
||||
console.log(flowInstance.getNodes())
|
||||
}
|
||||
|
||||
const initialElements: Elements = getElements(50, 20)
|
||||
|
||||
Reference in New Issue
Block a user