TaskPanelStackData
data class TaskPanelStackData(val stackedPanels: DismissiblePanelList<TaskPanel>, val taskProcessPanel: TaskProcessPanel?) : NavigablePanelStackData<TaskPanel>
A panel data containing a stack of TaskPanels. The last (top) one should be presented to the user, while the rest is hidden under the top TaskPanel.
This panel data can have an optional TaskProcessPanel to be shown alongside the TaskPanels.
Parameters
stackedPanels
list of TaskPanels in the stack.
taskProcessPanel
An optional TaskProcessPanel panel to be shown alongside stackedPanels.