IviPanelRegistry

fun IviPanelRegistry(    homePanel: LiveData<HomePanel?>,     mainMenuPanel: LiveData<MainMenuPanel?>,     controlCenterPanels: LiveData<PanelList<ControlCenterPanel>>,     mainProcessPanel: LiveData<MainProcessPanel?>,     expandedProcessPanel: LiveData<ExpandedProcessPanel?>,     taskPanelStackData: LiveData<TaskPanelStackData>,     notificationPanelData: LiveData<NotificationPanelData>,     guidancePanel: LiveData<GuidancePanel?>,     settingsPanel: LiveData<SettingsPanel?>,     searchPanel: LiveData<SearchPanel?>,     debugPanel: LiveData<DebugPanel?>,     overlayPanels: LiveData<PanelList<OverlayPanel>>,     modalPanelStackData: LiveData<ModalPanelStackData>)