positions property

  1. @Input()
List<RelativePosition> positions
getter/setter pair

Positions at which the tooltip should try to show.

Implementation

@Input()
List<RelativePosition> positions = RelativePosition.AdjacentBottomEdge;