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は、どのプラットフォームのスタイルを使用するかを決定します。 |
Attribute | mode |
Type | "ios" | "md" |
Default | undefined |
Description | ピッカーで選択されているオプション。 |
Attribute | value |
Type | number | string | undefined |
Default | undefined |
Name | Description | Bubbles |
---|
ionChange | 値が変更されたときに発行されます。 | 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 | ピッカー・オプションの右側に表示するコンテンツ。 |