Version: v7On this pageion-router-linkshadowrouter linkコンポーネントは、指定されたリンクに移動するために使用します。ブラウザのアンカータグと同様に、hrefで場所を、directionで遷移のアニメーションを指定することができます。note Note: このコンポーネントは、バニラおよびステンシルJavaScriptプロジェクトでのみ使用してください。Angularプロジェクトでは、ion-router-outlet と Angularルータを使用してください。See the Router documentation for more information.プロパティcolorDescriptionアプリケーションのカラーパレットから使用する色を指定します。デフォルトのオプションは以下の通りです。 "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", と "dark" です.色に関する詳しい情報は theming を参照してください。AttributecolorType"danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string & Record<never, never> | undefinedDefaultundefinedhrefDescriptionハイパーリンクが指し示す URL または URL フラグメントを格納します。このプロパティが設定されている場合、アンカータグがレンダリングされます。AttributehrefTypestring | undefinedDefaultundefinedrelDescriptionターゲットオブジェクトとリンクオブジェクトの関係を指定します。値は、スペースで区切られたリンクタイプのリストです。AttributerelTypestring | undefinedDefaultundefinedrouterAnimationDescriptionルータを使用する場合、hrefを使用して別のページに移動する際の遷移アニメーションを指定します。AttributeundefinedType((baseEl: any, opts?: any) => Animation) | undefinedDefaultundefinedrouterDirectionDescriptionルータを使用する場合、hrefを使用して他のページに移動する際の遷移方向を指定します。Attributerouter-directionType"back" | "forward" | "root"Default'forward'targetDescriptionリンク先のURLを表示する場所を指定します。hrefを指定した場合のみ適用される。特別なキーワードがあります。_blank", "_self", "_parent", "_top".AttributetargetTypestring | undefinedDefaultundefinedイベントNo events available for this component.メソッドNo public methods available for this component.CSS Shadow PartsNo CSS shadow parts available for this component.CSSカスタムプロパティNameDescription--backgroundルーターリンクの背景--colorルーターリンクの文字色SlotsNo slots available for this component.