NavigablePanelStackData

class NavigablePanelStackData(val navigablePanelData: List<NavigablePanelData> = emptyList(), val ownPanelIndex: Int = -1)

Provides Panel data within a certain scope.

For each Panel in scope, NavigablePanelData data is provided in navigablePanelData. If ownPanelIndex is a valid index, the data for the current panel is in navigablePanelData[ownPanelIndex].

Parameters

navigablePanelData
ownPanelIndex

Index within navigablePanelData. Will be be -1, if the panel is not in navigablePanelData, such as when navigablePanelData is empty.

Constructors

Link copied to clipboard
fun NavigablePanelStackData(navigablePanelData: List<NavigablePanelData> = emptyList(), ownPanelIndex: Int = -1)

Properties

Link copied to clipboard
val navigablePanelData: List<NavigablePanelData>
Link copied to clipboard
val ownPanelIndex: Int