Changing dashboard filter value using React extension only for that session

I have created a Looker Extension using React JS and embedded my dashboard and dashboard filters within that.

Is there any way to change the filter selection and reload the dashboard from the extension? 

I tried ‘update_dashboard_filter’ from the API Explorer and its working. But it will update the value that I am passing as the default value for the filter. I don’t want to update like that. Just within the session need to change dashboard filter value for that user. and If I reload the extension url it should be load with no filters applied in it.

0 0 246