Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Criterion<TRow>

A cirerion is one predicate that must resolve true for a row of data to be associated with one point on an axis.

Type Parameters

  • TRow extends Row

Hierarchy

  • Pair
    • Criterion

Index

Properties

Properties

predicate: Callback<TRow, boolean>

The predicate callback function used to perform the test.

Generated using TypeDoc