toggle menu
circuit-root
common
switch theme
search in API
circuit-test
/
com.slack.circuit.test
/
FakeNavigator
/
GoToEvent
Go
To
Event
data
class
GoToEvent
(
val
screen
:
Screen
,
val
success
:
Boolean
)
(
source
)
Represents a recorded
Navigator.goTo
event.
Members
Constructors
Go
To
Event
Link copied to clipboard
constructor
(
screen
:
Screen
,
success
:
Boolean
)
Properties
screen
Link copied to clipboard
val
screen
:
Screen
success
Link copied to clipboard
val
success
:
Boolean