Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

clearData

Force clear any visitor data properties saved in the browser's session storage. This will not effect the 'geoflow' JS object.

Description

This method will clear the data properties currently saved in the visitor's browser through the session storage. The 'geoflow' JS object will not be affected.

Parameters

None

Using This Method

geoflow.clearData();

Output

true (boolean)

Last updated