//To use this interface, import as below. import {AttributeFilterCapability} from "ojs/ojdataprovider";
JET In Typescript
A detailed description of working with JET elements and classes in your typescript project can be found at:
JET Typescript Usage.
Description
Defines the properties in the attribute property used in FetchCapability
Fields
(nullable) defaultShape :object
Optionally indicates what capability the DataProvider has in terms of being able to specify the item data shape.
The exact shape of this property are determined by the DataProvider.
Since:
6.1.0
(nullable) expansion :object
Optionally indicates what attribute expansion (as in the addition of more attributes) capability the DataProvider has.
The exact shape of this property are determined by the DataProvider.
Since:
6.1.0
(nullable) ordering :object
Optionally indicates what capability the DataProvider has in terms of attribute ordering. By default there is no inherent
attribute ordering on the item data property bag. The exact shape of this property are determined by the DataProvider.