kvision / pl.treksoft.kvision.onsenui.core / Navigator / <init>

<init>

(js) Navigator(animation: NavAnimation? = null, swipeable: Boolean? = null, forceSwipeable: Boolean? = null, classes: Set<String> = setOf(), init: (Navigator.() -> Unit)? = null)

Creates a navigator component.

Parameters

animation - an animation type.

swipeable - an iOS swipe to pop feature

forceSwipeable - force iOS swipe on Android platform

classes - a set of CSS class names

init - an initializer extension function

Constructor
Creates a navigator component.