Observable of tab open requests
Clear the queue after requests have been processed
Clear the suppress flag. Call this after checking ShouldSuppressResolve() to reset the flag for future navigations.
Get all queued tab requests (for replay on subscription)
Helper method to open a dashboard in a tab
Helper method to open a list in a tab
Helper method to open a query in a tab
Helper method to open a record in a tab
Helper method to open a report in a tab
Helper method to open a view in a tab
Check if the current resolve should be suppressed. Returns true if SuppressNextResolve() was called and the flag hasn't been cleared.
Signal that the next ResourceResolver call should be suppressed. Call this before navigating when the URL change is just syncing to the current active tab, not a real navigation request.
Service for requesting tabs to be opened.
This service provides a way for any component in the app to request that a new tab be opened without needing direct access to the WorkspaceStateManager.
Tab requests are queued and can be replayed when subscribers connect. This ensures requests aren't lost if they arrive before the shell is ready.