shadowMenu Buttonコンポーネントは、アイコンを含み、クリックされるとメニューを開く機能を自動的に追加します。
詳しくは、menuのドキュメントをご覧ください。
| Description | 対応するメニューがアクティブでない場合、メニューボタンを自動的に非表示にします。 | 
| Attribute | auto-hide | 
| Type | boolean | 
| Default | true | 
| Description | アプリケーションのカラーパレットから使用する色を指定します。デフォルトのオプションは以下の通りです。 "primary","secondary","tertiary","success","warning","danger","light","medium", と"dark"です.色に関する詳しい情報は theming を参照してください。 | 
| Attribute | color | 
| Type | "danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string & Record<never, never> | undefined | 
| Default | undefined | 
| Description | trueの場合、ユーザはメニューボタンを操作することができません。 | 
| Attribute | disabled | 
| Type | boolean | 
| Default | false | 
| Description | メニューの menuIdプロパティに対応するオプションのプロパティです。メニュー側にはstartまたはendを指定することもできます。これは、トグルするための正しいメニューを見つけるために使用されます。 | 
| Attribute | menu | 
| Type | string | undefined | 
| Default | undefined | 
| Description | modeは、どのプラットフォームのスタイルを使用するかを決定します。 | 
| Attribute | mode | 
| Type | "ios" | "md" | 
| Default | undefined | 
| Description | ボタンの種類です。 | 
| Attribute | type | 
| Type | "button" | "reset" | "submit" | 
| Default | 'button' | 
No events available for this component.
No public methods available for this component.
| Name | Description | 
|---|
| icon | メニューボタンのアイコン(ion-iconを使用)です。 | 
| native | すべての子要素を包むネイティブ HTML ボタン要素。 | 
| Name | Description | 
|---|
| --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 | 
No slots available for this component.