circuit-root
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
circuit-root
circuit-foundation
/
com.slack.circuit.foundation.navstack
/
SaveableNavStack
/
SaveableNavStackList
Saveable
Nav
Stack
List
data
class
SaveableNavStackList
(
val
entries
:
List
<
SaveableNavStack.Record
>
,
val
currentIndex
:
Int
)
:
NavStackList
<
SaveableNavStack.Record
>
(
source
)
Members
Constructors
Saveable
Nav
Stack
List
Link copied to clipboard
constructor
(
entries
:
List
<
SaveableNavStack.Record
>
,
currentIndex
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
active
Link copied to clipboard
open
override
val
active
:
SaveableNavStack.Record
backward
Items
Link copied to clipboard
open
override
val
backwardItems
:
Iterable
<
SaveableNavStack.Record
>
current
Index
Link copied to clipboard
val
currentIndex
:
Int
entries
Link copied to clipboard
val
entries
:
List
<
SaveableNavStack.Record
>
forward
Items
Link copied to clipboard
open
override
val
forwardItems
:
Iterable
<
SaveableNavStack.Record
>
root
Link copied to clipboard
open
override
val
root
:
SaveableNavStack.Record
top
Link copied to clipboard
open
override
val
top
:
SaveableNavStack.Record
Functions
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
SaveableNavStack.Record
>