Title: Ionic List Operations | Tutorial\n\nLists are a widely used interface element in almost all mobile apps. The `ion-list` and `ion-item` directives also support a variety of interaction modes, such as removing items, dragging to reorder, swiping to edit, and more.\n\n### Usage\n\n Hello, {{item}}! \n### Advanced Usage: Thumbnails, Delete Buttons, Reordering, Swiping\n\n
{{item.title}}
{{item.description}}
Share Edit \n### API\n\n| Attribute | Type | Description |\n| --- | --- | --- |\n| delegate-handle _(Optional)_ | `String` | This handle defines the list for `$ionicListDelegate`. |\n| show-delete _(Optional)_ | `Boolean` | Indicates whether the delete button for list items is currently shown or hidden. |\n| show-reorder _(Optional)_ | `Boolean` | Indicates whether the reorder button for list items is currently shown or hidden. |\n| can-swipe _(Optional)_ | `Boolean` | Indicates whether list items are allowed to swipe to reveal option buttons. Default: true. |\n\n* * *\n\n## Example\n\n### HTML Code:\n\n Ionic List Directive