Home > @jsplumbtoolkit/core > FilterableDataset
FilterableDataset interface
Extension of dataset that offers operation to perform operations on the contents, and to filter the contents.
Signature:
export interface FilterableDataset
Methods
| Method | Description |
|---|---|
| eachEdge(fn) | |
| eachGroup(fn) | |
| eachNode(fn) | |
| eachVertex(fn) | |
| filter(spec, includePartials) |