DataRenamedMessage#

class jdaviz.core.events.DataRenamedMessage(data, old_label, new_label, *args, **kwargs)[source]#

Bases: Message

Message emitted when data in the data collection is renamed.

Create a new message

Parameters:
  • sender – The object sending the message

  • tag – An optional string describing the message

Attributes Summary

Attributes Documentation

data#
new_label#
old_label#