Skip to main content
Version: v8

ion-menu-button

shadow

Menu Buttonコンポーネントは、アイコンを含み、クリックされるとメニューを開く機能を自動的に追加します。

詳しくは、menuのドキュメントをご覧ください。

プロパティ

autoHide

Description対応するメニューがアクティブでない場合、メニューボタンを自動的に非表示にします。
Attributeauto-hide
Typeboolean
Defaulttrue

color

Descriptionアプリケーションのカラーパレットから使用する色を指定します。デフォルトのオプションは以下の通りです。 "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", と "dark" です.色に関する詳しい情報は theming を参照してください。
Attributecolor
Type"danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string | undefined
Defaultundefined

disabled

Descriptiontrueの場合、ユーザはメニューボタンを操作することができません。
Attributedisabled
Typeboolean
Defaultfalse
Descriptionメニューの menuId プロパティに対応するオプションのプロパティです。メニュー側には start または end を指定することもできます。これは、トグルするための正しいメニューを見つけるために使用されます。
Attributemenu
Typestring | undefined
Defaultundefined

mode

Descriptionmodeは、どのプラットフォームのスタイルを使用するかを決定します。
Attributemode
Type"ios" | "md"
Defaultundefined

type

Descriptionボタンの種類です。
Attributetype
Type"button" | "reset" | "submit"
Default'button'

イベント

No events available for this component.

メソッド

No public methods available for this component.

CSS Shadow Parts

NameDescription
iconメニューボタンのアイコン(ion-iconを使用)です。
nativeすべての子要素を包むネイティブ HTML ボタン要素。

CSSカスタムプロパティ

NameDescription
--backgroundメニューボタンの背景
--background-focusedタブキーでフォーカスしたときのメニューボタンの背景色
--background-focused-opacityタブキーでフォーカスしたときのメニューボタンの背景の不透明度
--background-hoverホバー時のメニューボタンの背景
--background-hover-opacityホバー時の背景の不透明度
--border-radiusメニューボタンのボーダー半径
--colorメニューボタンの色
--color-focusedタブキーでフォーカスしたときのメニューボタンの色
--color-hoverホバー時のメニューボタンの色
--padding-bottomボタンのBottom Padding
--padding-endボタンの向きが左から右の場合はRight Padding、右から左の場合はLeft Paddingとなります。
--padding-startボタンの向きが左から右の場合はLeft Padding、右から左の場合はRight Paddingとなります。
--padding-topボタンのTop Padding

Slots

No slots available for this component.