Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IUpSetDump

Index

Properties

Optional combinationOptions

combinationOptions?: Omit<GenerateSetCombinationsOptions<any>, "elems">

Optional combinations

combinations?: readonly { cardinality: number; color?: string; degree: number; elems: UpSetCompressedIndices; name: string; sets: readonly number[]; type: SetCombinationType }[]

queries

queries: readonly { color: string; elems?: UpSetCompressedIndices; name: string; set?: IUpSetDumpRef }[]

Optional selection

sets

sets: readonly { cardinality: number; color?: string; elems: UpSetCompressedIndices; name: string }[]