Hierarchy

  • default

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    Returns default

Properties

locationPreference: ITooltipLocationPreference[] = []

Accessors

  • get tooltip(): undefined | default
  • Returns undefined | default

Methods

  • Add a location fallback by defining an x and y anchor on the source component.

    Parameters

    Returns default

  • Add a location fallback by defining an x anchor on a selected ancestor component, and a y anchor on the source component.

    Parameters

    Returns default

  • Add a location fallback by defining an x anchor on the source component, and a y anchor on a selected ancestor component.

    Parameters

    Returns default

  • Add a location fallback by defining x and y anchors on selected ancestor components.

    Parameters

    • xAnchor: TooltipAnchorStringHorizontalSimple | "sticky center" | "sticky off left" | "sticky off right" | "sticky aligned left" | "sticky aligned right"
    • xRefSelector: string
    • yAnchor: "sticky center" | TooltipAnchorStringVerticalSimple | "sticky off top" | "sticky off bottom" | "sticky aligned top" | "sticky aligned bottom"
    • yRefSelector: string

    Returns default

  • Returns boolean

  • Returns default

  • Returns void

Generated using TypeDoc