Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetSelectionProps<T>

Type parameters

  • T = any

Hierarchy

  • UpSetSelectionProps

Index

Properties

Optional queries

queries?: UpSetQueries<T>

list of queries as an alternative to provide a single selection

Optional selection

selection?: UpSetSelection<T>

the selection of the plot. Can be a set like (set or set combination), an array of elements, or a function to compute the overlap to a given set

Methods

Optional onClick

  • mouse click listener, triggered when the user is clicking on a set (combination)

    Parameters

    Returns void

Optional onContextMenu

  • mouse context menu listener, triggered when the user right clicks on a set (combination)

    Parameters

    Returns void

Optional onHover

  • mouse hover listener, triggered when the user is over a set (combination) a combination of mouseEnter and mouseLeave

    Parameters

    Returns void

Optional onMouseMove

  • mouse move over set listener, triggered when the user is over a set (combination)

    Parameters

    Returns void