Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IUpSetDumpData<T>

Type parameters

  • T

Hierarchy

  • IUpSetDumpData

Index

Properties

Optional combinationOptions

combinationOptions?: GenerateSetCombinationsOptions<T>

combinations

combinations: ISetCombinations<T>

queries

queries: readonly (UpSetElemQuery<T> | UpSetSetQuery<T>)[]

Optional selection

selection?: ISetLike<T> | readonly T[]

sets

sets: ISets<T>

Methods

toElemIndex

  • toElemIndex(v: T): number