AddAttributeFilterPayload
Home > @gooddata/sdk-ui-dashboard > AddAttributeFilterPayload
AddAttributeFilterPayload type
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Payload of the IAddAttributeFilter command.
Signature:
export type AddAttributeFilterPayload = {
readonly displayForm: ObjRef;
readonly index: number;
readonly parentFilters?: ReadonlyArray<IDashboardAttributeFilterParent>;
readonly initialSelection?: IAttributeElements;
readonly initialIsNegativeSelection?: boolean;
readonly selectionMode?: DashboardAttributeFilterSelectionMode;
readonly mode?: DashboardAttributeFilterConfigMode;
readonly localIdentifier?: string;
readonly primaryDisplayForm?: ObjRef;
readonly title?: string;
};
References: ObjRef, IDashboardAttributeFilterParent, IAttributeElements, DashboardAttributeFilterSelectionMode, DashboardAttributeFilterConfigMode