Version: v7On this pageion-breadcrumbshadowBreadcrumbは、Breadcrumbsコンポーネントの子であり、単一のナビゲーションアイテムです。Breadcrumbは、アプリ内の他の場所にリンクすることも、プレーンテキストにすることもできます。Breadcrumbsは、次のBreadcrumbとの間にセパレータを持ち、オプションでアイコンを含むことができます。詳しい説明は Breadcrumbs を参照ください。InterfacesBreadcrumbCollapsedClickEventDetailinterface BreadcrumbCollapsedClickEventDetail { collapsedBreadcrumbs?: HTMLIonBreadcrumbElement[];}BreadcrumbCustomEvent必須ではありませんが、より強い型付けのために、このインターフェースを CustomEvent インターフェースの代わりに使用することができます。interface BreadcrumbCustomEvent extends CustomEvent { detail: BreadcrumbCollapsedClickEventDetail; target: HTMLIonBreadcrumbElement;}プロパティactiveDescriptiontrueの場合、パンくずが現在アクティブなパンくずであることを示すために、パンくずの外観を変化させることができる。最後のパンくずが設定されていない場合、デフォルトは true です。AttributeactiveTypebooleanDefaultfalsecolorDescriptionアプリケーションのカラーパレットから使用する色を指定します。デフォルトのオプションは以下の通りです。 "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", と "dark" です.色に関する詳しい情報は theming を参照してください。AttributecolorType"danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string & Record<never, never> | undefinedDefaultundefineddisabledDescriptiontrueの場合、ユーザーはパンくずと対話することができません。AttributedisabledTypebooleanDefaultfalsedownloadDescriptionこの属性は、ブラウザが URL に移動する代わりに URL をダウンロードするように指示し、ユーザはローカルファイルとして保存するように促されます。この属性に値がある場合、保存のプロンプトであらかじめ入力されたファイル名として使用されます(ユーザーはファイル名を変更することができます)。AttributedownloadTypestring | undefinedDefaultundefinedhrefDescriptionハイパーリンクが指し示す URL または URL フラグメントを格納します。このプロパティが設定されている場合、アンカータグがレンダリングされます。AttributehrefTypestring | undefinedDefaultundefinedmodeDescriptionmodeは、どのプラットフォームのスタイルを使用するかを決定します。AttributemodeType"ios" | "md"DefaultundefinedrelDescriptionターゲットオブジェクトとリンクオブジェクトの関係を指定します。値は、スペースで区切られたリンクタイプのリストです。AttributerelTypestring | undefinedDefaultundefinedrouterAnimationDescriptionルータを使用する場合、hrefを使用して別のページに移動する際の遷移アニメーションを指定します。AttributeundefinedType((baseEl: any, opts?: any) => Animation) | undefinedDefaultundefinedrouterDirectionDescriptionルータを使用する場合、hrefを使用して他のページに移動する際の遷移方向を指定します。Attributerouter-directionType"back" | "forward" | "root"Default'forward'separatorDescriptiontrueの場合、このパンくずと次のパンくずの間にセパレータを表示します。デフォルトは true で、最後のパンくずを除くすべてのパンくずが表示されます。AttributeseparatorTypeboolean | undefinedDefaultundefinedtargetDescriptionリンク先のURLを表示する場所を指定します。hrefを指定した場合のみ適用される。特別なキーワードがあります。_blank", "_self", "_parent", "_top".AttributetargetTypestring | undefinedDefaultundefinedイベントNameDescriptionionBlurパンくずのフォーカスが外れたときに発行されます。ionFocusパンくずがフォーカスされたときに発行されます。メソッドNo public methods available for this component.CSS Shadow PartsNameDescriptioncollapsed-indicatorパンくずが折りたたまれていることを示すインジケーター要素です。nativeすべての子要素を包むネイティブHTMLのアンカーまたはdiv要素です。separator各パンくずの間のセパレータ要素です。CSSカスタムプロパティNameDescription--background-focusedフォーカス時のパンくずの背景色--colorパンくずの文字色--color-activeアクティブなパンくずのテキスト色--color-focusedフォーカスされたときのパンくずのテキスト色--color-hoverホバー時のパンくずのテキスト色SlotsNo slots available for this component.