Entity
The entity component allows the user to use entity (sections, field-rows and entity-fields) as the preview content.
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/pFMGQ2qp9ZXaJAlHKv_oa_img7944iphone13blueportrait.png?format=webp)
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/6cHqtuQMe8YvODmv628Rw_img7945iphone13blueportrait.png?format=webp)
This example displays a preview after long-pressing the widget See the full example on GitHub.
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/pd2CYId_2vh5WW2Uk7OtI_img7947iphone13blueportrait.png?format=webp)
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/g6YrQTptI9s81ccn4V5_D_img7948iphone13blueportrait.png?format=webp)
This example displays a preview after long-pressing the list-item on the widget
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/SIUSRSP20autIJsntlFBk_img7949iphone13blueportrait.png?format=webp)
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/O8Q4knLTs6Ph0-Jm4iYMC_img7950iphone13blueportrait.png?format=webp)
This example displays a preview after long-pressing the list-item in the jig. It includes the entity component as well as the go-to actions.
As you can see in the code snippet, the original list doesn't include the preview. Our onPress action allows us to use the preview that is included in the detail jig.
See the full examples of LongPress onPress and entity-detail in GitHub.
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/8AC46n2hv_cJz5EWmcOcz_img7957iphone13blueportrait.png?format=webp)
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/KHyBx7y0vC9qwqUWHfdDW_img7958iphone13blueportrait.png?format=webp)
This example displays a preview after long-pressing the event in the Calendar jig (on the widget)
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/xc032ktvr1DGe43CwA7Vz_img7959iphone13blueportrait.png?format=webp)
![Document image Document image](https://images.archbee.com/x7vdIDH6-ScTprfmi2XXX/3Uap-P2OR6R5O9qQIEC8E_img7960iphone13blueportrait.png?format=webp)
This example displays a preview after long-pressing the event in the Calendar jig (on the event)
See the full example of entity longpress and entity-calendar-detail in GitHub.