shadow
アイテムオプションコンポーネントは、スライドアイテムのためのボタンです。アイテムオプション](./item-options)の中に配置する必要があります。ionSwipeイベントと
expandable` プロパティを組み合わせることで、アイテムの完全なスワイプアクションを作成することができます。
詳しくは item sliding のドキュメントを参照してください。
Description | アプリケーションのカラーパレットから使用する色を指定します。デフォルトのオプションは以下の通りです。 "primary" , "secondary" , "tertiary" , "success" , "warning" , "danger" , "light" , "medium" , と "dark" です.色に関する詳しい情報は theming を参照してください。 |
Attribute | color |
Type | "danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string | undefined |
Default | undefined |
Description | true の場合、ユーザーはアイテムオプションと対話することができません。 |
Attribute | disabled |
Type | boolean |
Default | false |
Description | この属性は、ブラウザが URL に移動する代わりに URL をダウンロードするように指示し、ユーザはローカルファイルとして保存するように促されます。この属性に値がある場合、保存のプロンプトであらかじめ入力されたファイル名として使用されます(ユーザーはファイル名を変更することができます)。 |
Attribute | download |
Type | string | undefined |
Default | undefined |
Description | true の場合、オプションは利用可能な幅を占めるように展開し、他のオプションをカバーします。 |
Attribute | expandable |
Type | boolean |
Default | false |
Description | ハイパーリンクが指し示す URL または URL フラグメントを格納します。このプロパティが設定されている場合、アンカータグがレンダリングされます。 |
Attribute | href |
Type | string | undefined |
Default | undefined |
Description | modeは、どのプラットフォームのスタイルを使用するかを決定します。 |
Attribute | mode |
Type | "ios" | "md" |
Default | undefined |
Description | ターゲットオブジェクトとリンクオブジェクトの関係を指定します。値は、スペースで区切られたリンクタイプのリストです。 |
Attribute | rel |
Type | string | undefined |
Default | undefined |
Description | リンク先のURLを表示する場所を指定します。hrefを指定した場合のみ適用される。特別なキーワードがあります。_blank" , "_self" , "_parent" , "_top" . |
Attribute | target |
Type | string | undefined |
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 |
---|
native | すべての子要素をラップするネイティブHTMLのボタンまたはアンカー要素です。 |
Name | Description |
---|
--background | アイテムオプションの背景 |
--color | アイテムオプションのカラー |
Name | Description |
---|
`` | slotがない状態で提供される場合、コンテンツは名前付きslotの間に配置されます。 |
bottom | コンテンツは、オプションテキストの下に配置されます。 |
end | コンテンツは、LTRではオプションテキストの右側に、RTLでは左側に配置されます。 |
icon-only | テキストを持たないオプションのアイコンに使用されるべきです。 |
start | コンテンツは、LTRではオプションテキストの左側に、RTLでは右側に配置されます。 |
top | オプションテキストの上にコンテンツが配置されます。 |