()
| 139 | } |
| 140 | |
| 141 | getLocalGraphLeaves() { |
| 142 | return this.app.workspace.getLeavesOfType('localgraph'); |
| 143 | } |
| 144 | |
| 145 | setSettings(localGraphLeaf: WorkspaceLeaf, colorGroups: any, searchFilters: any, closeSettings: any, lineSizeMultiplier: any, nodeSizeMultiplier: any, showTags: boolean) { |
| 146 | const viewState = localGraphLeaf.getViewState(); |