spring-flo icon indicating copy to clipboard operation
spring-flo copied to clipboard

how can i get the JSON of editor applied palates with modal set values and postion

Open SkCodeRains opened this issue 2 years ago • 1 comments

the DSL which is just rendering the flow and i need to set the position also here i have to hold the created editor palates data and then from that i have to reopen the editor as it is with the values of modal and position , please help !!! 😢

SkCodeRains avatar May 16 '23 09:05 SkCodeRains

this.graph.getCells() // will return the array containing the metadata and the position with link data

from the EditorContext we can access the graph initiated object this.editorContext.getGraph().getCells()

SkCodeRains avatar May 25 '23 11:05 SkCodeRains