CustomToolbarToggleMixin#

class jdaviz.core.template_mixin.CustomToolbarToggleMixin(**kwargs: Any)[source]#

Bases: VuetifyTemplate, HubListener

Public constructor

Attributes Summary

custom_toolbar_enabled

A boolean (True, False) trait.

Methods Summary

custom_toolbar_tools(viewer)

toggle_custom_toolbar()

Toggle the custom toolbar mode.

vue_toggle_custom_toolbar(*args)

Attributes Documentation

custom_toolbar_enabled#

A boolean (True, False) trait.

Methods Documentation

custom_toolbar_tools(viewer)[source]#
toggle_custom_toolbar()[source]#

Toggle the custom toolbar mode.

vue_toggle_custom_toolbar(*args)[source]#