Skip to main content
Version: v8

ion-picker-column

shadow

An individual column within a picker. Visit the ion-picker documentation for more details.

Properties

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
Default'primary'

disabled

Descriptiontrue`の場合、ユーザーはピッカーと対話することができない。
Attributedisabled
Typeboolean
Defaultfalse

mode

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

value

Descriptionピッカーで選択されているオプション。
Attributevalue
Typenumber | string | undefined
Defaultundefined

Events

NameDescriptionBubbles
ionChange値が変更されたときに発行されます。true

Methods

setFocus

Descriptionピッカーカラム内のスクロール可能なコンテナにフォーカスを設定します。グローバルメソッド pickerColumn.focus() の代わりにこのメソッドを使用します。
SignaturesetFocus() => Promise<void>

CSS Shadow Parts

No CSS shadow parts available for this component.

CSS Custom Properties

No CSS custom properties available for this component.

Slots

NameDescription
prefixピッカー・オプションの左側に表示するコンテンツ。
suffixピッカー・オプションの右側に表示するコンテンツ。