Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetSelectionProps<T>

Type parameters

  • T = any

Hierarchy

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

Optional onContextMenu

Optional onHover

Optional onMouseMove