shadow
An individual column within a picker. Visit the ion-picker documentation for more details.
| 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 | 'primary' |
| Description | trueの場合、ユーザーはピッカーと対話することができない。 |
| Attribute | disabled |
| Type | boolean |
| Default | false |
| Description | modeは、どのプラットフォームのスタイルを使用するかを決定します。
This is a virtual property that is set once during initialization and will not update if you change its value after the initial render. |
| Attribute | mode |
| Type | "ios" | "md" |
| Default | undefined |
| Description | ピッカーで選択されているオプション。 |
| Attribute | value |
| Type | number | string | undefined |
| Default | undefined |
| Name | Description | Bubbles |
|---|
ionChange | 値が変更されたときに発行される。 プログラムで value プロパティを設定した場合は、このイベントは発生しない。 | true |
| Description | ピッカーカラム内のスクロール可能なコンテナにフォーカスを設定します。グローバルメソッド pickerColumn.focus() の代わりにこのメ ソッドを使用します。 |
| Signature | setFocus() => Promise<void> |
No CSS shadow parts available for this component.
No CSS custom properties available for this component.
| Name | Description |
|---|
prefix | ピッカー・オプションの左側に表示するコンテンツ。 |
suffix | ピッカー・オプションの右側に表示するコンテンツ。 |