メインコンテンツまでスキップ
バージョン: v8

ion-picker-column-option

shadow

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 & Record<never, never> | undefined
Default'primary'

disabled

Descriptiontrueの場合、ユーザーはピッカー列オプションを操作できない。
Attributedisabled
Typeboolean
Defaultfalse

value

Descriptionオプションのテキスト値です。
Attributevalue
Typeany
Defaultundefined