scopedButtonsコンポーネントは、コンテナ要素です。 ツールバー の内部で使用し、標準のボタン、メニューボタン、戻るボタンを含むいくつかのタイプのボタンを含めることができる。
ツールバー内のボタンは、スロットという名前を使って配置することができます。下図は各スロットの説明です。
Slot | Description |
---|
start | Positions to the left of the content in LTR, and to the right in RTL. |
end | Positions to the right of the content in LTR, and to the left in RTL. |
secondary | Positions element to the left of the content in ios mode, and directly to the right in md mode. |
primary | Positions element to the right of the content in ios mode, and to the far right in md mode. |
ツールバーのボタンは、デフォルトでは透明ですが、ボタンの fill
プロパティで変更することが可能です。この例で バックボタン と メニューボタン に含まれるプロパティは表示目的であり、正しい使用方法はそれぞれのドキュメントをご覧ください。
ボタンに collapse
プロパティを設定すると、ヘッダーが折りたたまれたときにボタンが折りたたまれます。これは通常、collapsible large titles と共に使用します。
Description | trueを指定すると、ツールバーが最初のツールバーでない場合、親ツールバーが完全に折り畳まれたときにボタンが消えます。ツールバーが最初のツールバーである場合、ボタンは隠され、すべてのツールバーが完全に折りたたまれたときにのみ表示されます。 ion-headerで collapseを trueに設定した ios` modeにのみ適用されます。 通常、Collapsible Large Titlesに使用されます。 |
Attribute | collapse |
Type | boolean |
Default | false |
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.