Skip to main content
Version: v9

ion-nav-link

ナビゲーションリンクは指定されたコンポーネントに移動するために使用されます。コンポーネントは forward, back または root コンポーネントとして移動することができます。

これは、ナビゲーションコントローラの push(), pop(), setRoot() メソッドを呼び出すための要素形式となります。

詳細については、navのドキュメントを参照してください。

プロパティ​

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'

イベント​

No events available for this component.

メソッド​

No public methods available for this component.

CSS Shadow Parts​

No CSS shadow parts available for this component.

CSSカスタムプロパティ​

No CSS custom properties available for this component.

Slots​

No slots available for this component.