pysepal.sepalwidgets.vue_app.RightPanel#

class pysepal.sepalwidgets.vue_app.RightPanel(*args, **kwargs)[source]#

Initialize RightPanel with event handlers.

Attributes

config

An instance of a Python dict.

content_data

An instance of a Python list.

disabled

A boolean (True, False) trait.

is_open

A boolean (True, False) trait.

template_file

A trait for unicode strings.

Methods

__init__

Initialize RightPanel with event handlers.

vue_panel_state_changed

Handle panel state changes from Vue component.

RightPanel.__init__(**kwargs)[source]#

Initialize RightPanel with event handlers.

RightPanel.vue_panel_state_changed(state)[source]#

Handle panel state changes from Vue component.