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.
First
Link copied to clipboard
This rendering is the first frame in a BackStackScreen.
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