SnackbarModel
Auto-generated @jbrowse/mobx-state-tree API for the current JBrowse release — see pluggable elements for concepts. Built into JBrowse core. View source.
Volatiles
| Member | Description |
|---|---|
snackbarMessagessnackbarMessages: observable.array<SnackbarMessage>() | |
errorDialogerrorDialog: undefined as ErrorDialogState | undefined | the error currently shown in the stack-trace dialog. Kept off the dialog queue so it can stack on top of an already-open dialog (e.g. the one whose action raised the error) instead of waiting behind it |
Getters
| Member | Description |
|---|---|
snackbarMessageSetMap<string, SnackbarMessage> |
Actions
| Member | Description |
|---|---|
| notify | |
| notifyError | |
setErrorDialog(state: ErrorDialogState | undefined) => void | |
| pushSnackbarMessage | |
popSnackbarMessage() => SnackbarMessage | undefined | |
removeSnackbarMessage(message: string) => void |