invoke

@IviExperimental(reasons = [])
inline operator fun <Destination : Panel> invoke(): PanelTransitionDestination

A convenience function for creating a PanelTransitionDestination that takes the Destination type as a generic type parameter.

Example

PanelTransitionDestination<Destination>()

Parameters

Destination

The class type of the panel that should accept the transition.