TemplateMixin#

class jdaviz.core.template_mixin.TemplateMixin(*args, **kwargs)[source]#

Bases: VuetifyTemplate, HubListener, ViewerPropertiesMixin

Public constructor

Attributes Summary

app

Allows access to the underlying Jdaviz application instance.

config

A trait for unicode strings.

data_collection

hub

popout_button

A trait which allows any value.

session

vdocs

A trait for unicode strings.

Methods Summary

new()

Attributes Documentation

app#

Allows access to the underlying Jdaviz application instance. This is not access to the helper class, but instead the jdaviz.app.Application object.

config#

A trait for unicode strings.

data_collection#
hub#
popout_button#

A trait which allows any value.

session#
vdocs#

A trait for unicode strings.

Methods Documentation

new()[source]#