Module app.views.home

This is a sample view for the home page.

Classes

class HomeView

Widget that can be inserted into the DOM

Parameters

tooltip : str
 
tooltip caption
layout : InstanceDict(Layout)
 

widget layout

Create a new instance of HomeView. This is the view for the home page.

Ancestors

  • japper.page_view.PageView
  • japper.widget_wrapper.override_widget..CustomWidget
  • ipyvuetify.generated.Content.Content
  • ipyvuetify.generated.VuetifyWidget.VuetifyWidget
  • ipyvue.VueWidget.VueWidget
  • ipywidgets.widgets.domwidget.DOMWidget
  • ipywidgets.widgets.widget.Widget
  • ipywidgets.widgets.widget.LoggingHasTraits
  • traitlets.traitlets.HasTraits
  • traitlets.traitlets.HasDescriptors
  • ipyvue.VueWidget.Events
  • japper.japper_events.JapperEvents

Methods

def render(self, action_cards_data: list[dict])

Render the view. This method is called by the framework to render the view.