Type Alias View

View: "at" | "above" | "below" | "left" | "right"

The root's (default is the viewport) view relative to the target:

  • "above": the root is above the target, i.e. target is below the root
  • "below": the root is below the target, i.e. target is above the root
  • "left": the root is to the left the target, i.e. target is on the right of the root
  • "right": the root is to the right the target, i.e. target is on the left of the root
  • "at": the target is in view of the root