larvaworld.gui_v2.registry_bridge ================================= .. py:module:: larvaworld.gui_v2.registry_bridge Classes ------- .. autoapisummary:: larvaworld.gui_v2.registry_bridge.GuiEntry larvaworld.gui_v2.registry_bridge.GuiQuickStartMode larvaworld.gui_v2.registry_bridge.GuiLane larvaworld.gui_v2.registry_bridge.GuiNavigationModel Functions --------- .. autoapisummary:: larvaworld.gui_v2.registry_bridge.build_navigation_model Module Contents --------------- .. py:class:: GuiEntry .. py:attribute:: entry_id :type: str .. py:attribute:: title :type: str .. py:attribute:: subtitle :type: str .. py:attribute:: lane_title :type: str .. py:attribute:: lane_key :type: str .. py:attribute:: level :type: str .. py:attribute:: status :type: str .. py:attribute:: kind :type: str .. py:attribute:: badges :type: tuple[str, Ellipsis] .. py:attribute:: cta :type: str .. py:attribute:: panel_app_id :type: str | None .. py:attribute:: docs_url :type: str | None .. py:class:: GuiQuickStartMode .. py:attribute:: mode_id :type: str .. py:attribute:: title :type: str .. py:attribute:: color :type: str .. py:attribute:: entries :type: tuple[GuiEntry, Ellipsis] .. py:class:: GuiLane .. py:attribute:: lane_id :type: str .. py:attribute:: title :type: str .. py:attribute:: entries :type: tuple[GuiEntry, Ellipsis] .. py:class:: GuiNavigationModel .. py:attribute:: quick_start_modes :type: tuple[GuiQuickStartMode, Ellipsis] .. py:attribute:: lanes :type: tuple[GuiLane, Ellipsis] .. py:attribute:: entry_index :type: dict[str, GuiEntry] .. py:function:: build_navigation_model() -> GuiNavigationModel