メインコンテンツまでスキップ
バージョン: v8

ion-nav-link

Properties

component

Descriptionナビゲート先のコンポーネント。 routerDirection"forward" または "root" である場合にのみ使用します。
Attributecomponent
TypeFunction | HTMLElement | ViewController | null | string | undefined
Defaultundefined

componentProps

Descriptionコンポーネントにpropsとして渡したいデータ。routerDirection""forward"または"root"` である場合のみ使用します。
Attributecomponent-props
Typeundefined | { [key: string]: any; }
Defaultundefined

routerAnimation

Description別ページに移動する際の遷移アニメーション。
Attributerouter-animation
Type((baseEl: any, opts?: any) => Animation) | undefined
Defaultundefined

routerDirection

Description別ページに移動する際の遷移方向です。
Attributerouter-direction
Type"back" | "forward" | "root"
Default'forward'