NavigablePanelStackData

A panel data containing a stack of dismissible Panels of type P. The last (top) one should be presented to the user, while the rest is hidden under the top Panel.

Parameters

stackedPanels

The list of navigable Panels in the stack.

Inheritors

Constructors

Link copied to clipboard
constructor(stackedPanels: DismissiblePanelList<P>)

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns whether the stack contains any Panel of type P that has not been dismissed yet.

Link copied to clipboard
fun dismiss()

Dismisses all panels in the stack.

Inherited functions

Link copied to clipboard
fun topOrNull(): P?

Gets the top-most panel of the stack.