DashboardTextFilter1.mode
Home > @gooddata/sdk-code-schemas > v1 > DashboardTextFilter1 > mode
v1.DashboardTextFilter1.mode property
Setting filter mode to readonly will disable the filter. Setting it to hidden will hide the filter from the dashboard. Setting it to active will enable the filter.
Signature:
mode?: "readonly" | "hidden" | "active";