Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetPlotProps<T>

Type parameters

  • T

Hierarchy

Index

Properties

Optional color

color?: string

Optional description

description?: string

Optional queries

queries?: UpSetQueries<T>

list of queries as an alternative to provide a single selection

Optional selection

selection?: UpSetSelection<T>

Optional selectionColor

selectionColor?: string

Optional theme

theme?: UpSetThemes

Optional title

title?: string

Methods

Optional onClick

  • onClick(selection: null | ISetLike<T> | readonly T[]): void

Optional onHover

  • onHover(selection: null | ISetLike<T> | readonly T[]): void