BackStackConfig

@WorkflowUiExperimentalApi
enum BackStackConfig : Enum<BackStackConfig>

Informs views whether they're children of a BackStackContainer, and if so whether they're the first frame or not.

Entries

Other
Link copied to clipboard

This rendering is in a BackStackScreen but is not the first frame. Useful as a hint to enable "go back" behavior.

First
Link copied to clipboard

This rendering is the first frame in a BackStackScreen. Useful as a hint to disable "go back" behavior, or replace it with "go up" behavior.

None
Link copied to clipboard

There is no BackStackContainer above here.

Types

Companion
Link copied to clipboard
object Companion : ViewEnvironmentKey<BackStackConfig>

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int