WebSessionManagementMixin
Auto-generated @jbrowse/mobx-state-tree API for the current JBrowse release — see pluggable elements for concepts. Built into JBrowse core. View source.
Saved-session-database actions (favorites, recent sessions, activate/delete) delegating to the root's AbstractWebSessionDbRootModel. Composed only by the full-app jbrowse-web session; react-app omits it (its root has no session database).
Getters
| Member | Description |
|---|---|
savedSessionMetadataSessionMetadata[] | undefined |
Actions
| Member | Description |
|---|---|
deleteSavedSession(id: string) => Promise<void> | |
deleteSavedSessions(ids: string[]) => Promise<void> | |
setSavedSessionFavorite(id: string, favorite: boolean) => Promise<void> | |
renameSavedSession(id: string, name: string) => Promise<void> | |
activateSession(id: string) => Promise<void> |