filterContextRef
Home > @gooddata/sdk-ui-dashboard > IDashboardBaseProps > filterContextRef
IDashboardBaseProps.filterContextRef property
Specify reference to a filter context that should be used instead of the default, built-in filter context.
Signature:
filterContextRef?: ObjRef;
Remarks
Note: this property only makes sense if you also specify dashboard
by reference. If you specify dashboard by value, then the component assumes that the value also contains the desired filter context and will use it as is.