Add removeFromVerticesBuild and revertAllVerticesToBuild methods to FlowStoreType
This commit is contained in:
parent
53ae82f0b9
commit
6acace790e
1 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@ export type FlowStoreType = {
|
|||
getFlow: () => { nodes: Node[]; edges: Edge[]; viewport: Viewport };
|
||||
updateBuildStatus: (nodeId: string[], status: BuildStatus) => void;
|
||||
updateVerticesBuild: (vertices: string[]) => void;
|
||||
removeFromVerticesBuild: (vertices: string[]) => void;
|
||||
revertAllVerticesToBuild: () => void;
|
||||
verticesBuild: string[];
|
||||
inactiveNodes: string[];
|
||||
setInactiveNodes: (newState: string[]) => void;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue