IDashboardMatchAttributeFilter
Home > @gooddata/sdk-model > IDashboardMatchAttributeFilter
IDashboardMatchAttributeFilter interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Match attribute filter of the filter context.
Signature:
export interface IDashboardMatchAttributeFilter
Remarks
Allows filtering by pattern matching on attribute values using operators like "contains", "startsWith", or "endsWith".
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
{ displayForm: ObjRef; operator: MatchFilterOperator; literal: string; caseSensitive?: boolean; negativeSelection?: boolean; localIdentifier?: string; title?: string; } |
(ALPHA) |