Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpSetBaseDataProps<T>

Type parameters

  • T

Hierarchy

Index

Properties

Methods

Properties

sets

sets: ISets<T>

the sets to visualize

Methods

Optional toElemKey

  • toElemKey(elem: T): string
  • optional function to identify the same element

    Parameters

    • elem: T

      the element the key for

    Returns string

Optional toKey