IPositiveAttributeFilterBody
Home > @gooddata/sdk-model > IPositiveAttributeFilterBody
IPositiveAttributeFilterBody interface
Object defining the IPositiveAttributeFilter object body.
Signature:
export interface IPositiveAttributeFilterBody extends IIdentifiableFilter
Extends: IIdentifiableFilter
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
displayForm | ObjRef | Display form whose attribute elements are included in the 'in' list. | |
in | IAttributeElements | Attribute elements to filter in. The attribute elements can be specified either using their human readable value or by using their URI = the primary key. Using either representation has the same effect. While using human readable representation may be more readable in the client code, the using URI will likely have better performance on the backend. |