SnackbarMessage#
- class jdaviz.core.events.SnackbarMessage(text, color=None, timeout=5000, loading=False, traceback=None, *args, **kwargs)[source]#
Bases:
MessageCreate a new message
- Parameters:
sender – The object sending the message
tag – An optional string describing the message
Attributes Summary
Attributes Documentation
- color#
- loading#
- text#
- timeout#
- traceback#