Frontmatter
| id | 305 |
| title | Neo.Main: editRoute() |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Mar 17, 2020, 9:16 PM |
| updatedAt | Mar 18, 2020, 9:03 PM |
| githubUrl | https://github.com/neomjs/neo/issues/305 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 18, 2020, 9:03 PM |

remote method for the app worker.
setRoute() is already in place.
editRoute() needs one param => {Object} tokens
the window.location.hash needs to get tokenized (e.g. Neo.main.DomAccess: parseHash()) and all keys inside the tokens param need to get replaced while keeping all other existing ones.