Options
All
  • Public
  • Public/Protected
  • All
Menu

Data interface get ids options.

Type Parameters

  • Item

    Item type that may or may not have an id.

Hierarchy

  • DataInterfaceGetIdsOptions

Index

Properties

Methods

Properties

order?: DataInterfaceOrder<Item>

Order the items by a field name or custom sort function.

Methods

  • filter(item: Item): boolean
  • Items can be filtered on specific properties by providing a filter function. A filter function is executed for each of the items in the DataSet, and is called with the item as parameter. The function must return a boolean. All items for which the filter function returns true will be emitted.

    Parameters

    • item: Item

    Returns boolean

Generated using TypeDoc