hovers property

List<HoverInformation> hovers
getter/setter pair

The hover information associated with the location. The list will be empty if no information could be determined for the location. The list can contain multiple items if the file is being analyzed in multiple contexts in conflicting ways (such as a part that is included in multiple libraries).

Implementation

List<HoverInformation> hovers;