SnackbarMessage

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

Bases: glue.core.message.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