Skip to content

//workflow/com.squareup.workflow1.ui.backstack/BackStackConfig

BackStackConfig

[androidJvm] @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 [androidJvm] Other()
This rendering is in a BackStackScreen but is not the first frame.
First [androidJvm] First()
This rendering is the first frame in a BackStackScreen.
None [androidJvm] None()
There is no BackStackContainer above here.

Types

Name Summary
Companion [androidJvm]
Content
object Companion : ViewEnvironmentKey<BackStackConfig>


Properties

Name Summary
name [androidJvm] val name: String
ordinal [androidJvm] val ordinal: Int