mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-picker-column-internal
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
color |
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. |
string | undefined |
undefined |
items |
-- | A list of options to be displayed in the picker | PickerColumnItem[] |
[] |
mode |
mode |
The mode determines which platform styles to use. | "ios" | "md" |
undefined |
value |
value |
The selected option in the picker. | number | string | undefined |
undefined |
Events
| Event | Description | Type |
|---|---|---|
ionChange |
Emitted when the value has changed. | CustomEvent<PickerColumnItem> |
Dependencies
Used by
Graph
graph TD;
ion-datetime --> ion-picker-column-internal
style ion-picker-column-internal fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS