ナビゲーションリンクは指定されたコンポーネントに移動するために使用されます。コンポーネントは forward
, back
または root
コンポーネントとして移動することができます。
これは、ナビゲーションコントローラの push()
, pop()
, setRoot()
メソッドを呼び出すための要素形式となります。
See the nav documentation for more information.
Description | ナビゲート先のコンポーネント。 routerDirection が "forward" または "root" である場合にのみ使用します。 |
Attribute | component |
Type | Function | HTMLElement | ViewController | null | string | undefined |
Default | undefined |
Description | コンポーネントにpropsとして渡したいデータ。routerDirection"が "forward"または "root"` である場合のみ使用します。 |
Attribute | undefined |
Type | undefined | { [key: string]: any; } |
Default | undefined |
Description | 別ページに移動する際の遷移アニメーション。 |
Attribute | undefined |
Type | ((baseEl: any, opts?: any) => Animation) | undefined |
Default | undefined |
Description | 別ページに移動する際の遷移方向です。 |
Attribute | router-direction |
Type | "back" | "forward" | "root" |
Default | 'forward' |
No events available for this component.
No public methods available for this component.
No CSS shadow parts available for this component.
No CSS custom properties available for this component.
No slots available for this component.