Item type that may or may not have an id.
Name of the property that contains the id.
The name of the field containing the id of the items. When data is fetched from a server which uses some specific field to identify items, this field name can be specified in the DataSet using the option fieldId
. For example CouchDB uses the field '_id'
to identify documents.
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 view options.