entry
Declares one screen reachable inside a dev.catbit.mosaic.server.builder.graph.Graph.
Parameters
Identifier of this entry, matched against the graph's startEntryId and against Navigate destinations.
Tiles shown while this entry's initial data is loading. Defaults to none.
Events run when this entry becomes displayed. Defaults to GetScreen on display, followed by ChangeScreenState to success on success.
Tiles shown if loading this entry fails. Defaults to none.
Events run when loading this entry fails (e.g. a retry action). Defaults to none.
Enter/exit transition used when navigating to this entry. Defaults to none (falls back to the graph's defaultTransition).
Transition used when navigating back from this entry. Defaults to none (falls back to the graph's defaultPopTransition).
Transition used during the predictive back gesture on this entry. Defaults to none (falls back to the graph's defaultPredictivePopTransition).