ion-nav-link
Properties
component
| Description | ナビゲート先のコンポーネント。 routerDirectionが "forward" または "root" である場合にのみ使用します。 |
| Attribute | component |
| Type | Function | HTMLElement | ViewController | null | string | undefined |
| Default | undefined |
componentProps
| Description | コンポーネントにpropsとして渡したいデータ。routerDirection"が"forward"または"root"` である場合のみ使用します。 |
| Attribute | component-props |
| Type | undefined | { [key: string]: any; } |
| Default | undefined |
routerAnimation
| Description | 別ページに移動する際の遷移アニメーション。 |
| Attribute | router-animation |
| Type | ((baseEl: any, opts?: any) => Animation) | undefined |
| Default | undefined |
routerDirection
| Description | 別ページに移動する際の遷移方向です。 |
| Attribute | router-direction |
| Type | "back" | "forward" | "root" |
| Default | 'forward' |