What is the right way to navigate to another view from code? I've been doing it like this: ``` win...
m
What is the right way to navigate to another view from code? I've been doing it like this:
Copy code
window.location.href = `section/nmy-section/workspace/my-entity/list`;
Is that the "best" way or are there other?