Item type that may or may not have an id.
Order the items by a field name or custom sort function.
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.
Generated using TypeDoc
Data interface get ids options.