ion-picker-column-option
选择器中的单个列选项。访问 ion-picker 文档以获取更多详细信息。
Properties
color
| 说明 | The color to use from your application's color palette. Default options are: "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", and "dark". For more information on colors, see theming. |
| 属性 | color |
| 类型 | "danger" | "dark" | "light" | "medium" | "primary" | "secondary" | "success" | "tertiary" | "warning" | string | undefined |
| 默认值 | 'primary' |
disabled
| 说明 | If true, the user cannot interact with the picker column option. |
| 属性 | disabled |
| 类型 | boolean |
| 默认值 | false |
value
| 说明 | The text value of the option. |
| 属性 | value |
| 类型 | any |
| 默认值 | undefined |
Events
该组件没有可用的事件。
Methods
该组件没有可用的公共方法。
CSS Shadow Parts
该组件没有可用的 CSS 阴影部分。
CSS Custom Properties
该组件没有可用的 CSS 自定义属性。
Slots
该组件没有可用的插槽。