ModalPanelStackData

A panel data containing a stack of ModalPanels. The last (top) one should be presented to the user, while the rest is hidden under the top ModalPanel.

Parameters

stackedPanels

The list of ModalPanels in the stack.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Inherited 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.

Link copied to clipboard

Gets the top-most panel of the stack.