tabId
Home > @gooddata/sdk-ui-dashboard > IDashboardAttributeFilterProps > tabId
IDashboardAttributeFilterProps.tabId property
Optional tab identifier to read filter context from. When provided, the filter will validate against filters from this specific tab. When undefined, uses the active tab (default behavior).
Signature:
tabId?: string;
Remarks
This is primarily used in automation/scheduling contexts where filters from multiple tabs need to be displayed simultaneously.