SnackbarMessage#

class jdaviz.core.events.SnackbarMessage(text, color=None, timeout=5000, loading=False, *args, **kwargs)[source]#

Bases: Message

Create a new message

Parameters:
  • sender – The object sending the message

  • tag – An optional string describing the message

Attributes Summary

color

loading

text

timeout

Attributes Documentation

color#
loading#
text#
timeout#