Triggers for HxPopover.
| Name | Value | Description |
|---|---|---|
| Click | 1 | Specifies that the popover should be triggered by a click event. |
| Hover | 2 | Specifies that the popover should be triggered by a hover event. |
| Focus | 4 | Specifies that the popover should be triggered by a focus event. |
| Manual | 8 | Specifies that the popover should be triggered manually. |