NavigablePanelData

data class NavigablePanelData(val descriptor: PanelDescriptor, val navigateToPanel: () -> Unit = {})

Describes a panel in descriptor, while navigateToPanel is the function that should be invoked when the described panel should be navigated to. Navigating to the panel can for example happen when a user presses the breadcrumb.

Parameters

descriptor

Describes the panel.

navigateToPanel

The function that navigates to the described panel.

Constructors

Link copied to clipboard
fun NavigablePanelData(descriptor: PanelDescriptor, navigateToPanel: () -> Unit = {})

Properties

Link copied to clipboard
Link copied to clipboard