Removes all of the module's active parameters.
The clearParams method takes no arguments and removes all of the module's active parameters when invoked. This method is used in conjunction with the setParams and paramsChanged capabilities. The parameters store acts as a traditional query parameter setup where you can get and persist data to a URL for use later or upon refresh.
tecton.actions.clearParams(): void;Clear all query parameters.
tecton.actions.clearParams();