Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Options<TRow>

Options passed into the deriveDimension function.

Type parameters

Hierarchy

  • Options

Index

Properties

Properties

Optional get

get: Func1<TRow, any>

An optional user-defined function to derive a value from the source data to be used in the dimension.

Optional sort

sort: Func2<any, any, number>

An optional user-defined function to determin the ordering of the dimension.

Generated using TypeDoc