refactor: move init function to store as setState
Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ export interface FlowActions {
|
||||
updateSize: (size: Dimensions) => void
|
||||
setConnectionNodeId: (payload: SetConnectionId) => void
|
||||
setInteractive: (isInteractive: boolean) => void
|
||||
addElements: (elements: Elements) => Promise<void>
|
||||
addElements: (elements: Elements) => void
|
||||
}
|
||||
|
||||
export interface FlowGetters {
|
||||
|
||||
Reference in New Issue
Block a user