ion-item
Defines a List Item component.
A List Item can be replaced by a Button with its button type property set to ion-item
to make the item clickable.
It can also contain Sliding Options to reveal buttons when swiped left or right.
For more information: List Item.
Name | Description |
---|---|
Bottom lines | Specifies How the bottom border should be displayed on the item. |
Button form type | Specifies form’s button type. |
Button item | Specifies whether item should be rendered as a button and be tappable. |
Color | Specifies ionic color. |
Detail arrow | Specifies whether a detail arrow should appear on the item. Defaults to false unless the Mode is ios and an href or Button property is true. |
Detail icon | Specifies detail icon name to use when Detail is set to true . Preview icons. |
Disabled | If true the component will be disabled, preventing the the user from changing the value. |
Link URL | Specifies the URL or the URL fragment to navigate to or be downloaded. |
Link filename | This property instructs browsers to download a URL instead of navigating to it, so the user will be prompted to save it as a local file. If the property has a value, it is used as the pre-filled file name in the Save prompt (the user can still change the file name if they want). |
Link relationship | Specifies the relationship of the target object to the URL. The value is a space-separated list of HTML link types. |
Link target | Specifies where to display the URL. |
Mode | Specifies ionic mode. |
Router URL | Specifies the router link URL. |
Router animation | When using a router, it specifies the transition animation when navigating to another page using URL: ((baseEl: any, opts?: any) => Animation). |
Router data | Specifies router optional data. |
Router direction | Specifies the transition direction when navigating to another page using a URL. |
Shape | The shape of the item. If ‘round’ it will have an increased border radius. |
Slot | Specifies ionic slot mode. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Identifier | Defines the component identifier. |
Is active | Defines whether the component is active. |