view ==== .. py:module:: view Classes ------- .. autoapisummary:: view.Panel view.View Module Contents --------------- .. py:class:: Panel Bases: :py:obj:`typing_extensions.TypedDict` This describes a panel in a view. .. py:attribute:: layout :type: Literal['gridstack', 'absolute'] .. py:attribute:: panelWidth :type: int | float .. py:class:: View Bases: :py:obj:`typing_extensions.TypedDict` This metadata of a view to be added to a project views.json file. .. py:attribute:: initialCharts :type: typing_extensions.Required[dict[str, list[Any]]] .. py:attribute:: dataSources :type: dict[str, Panel] .. py:attribute:: links :type: dict[str, list[Any]]