How Can I See Data Store Values in the Console?

So I can see a regular variable e.g. in_test_mode in the console with the syntax:

dmx.app.data.in_test_mode

But the result isn’t so useful for a Data Store item:

see

Am I right in saying a Data Store item is stored in Local Storage? How can I view that in the console?

Thanks!

Antony.

Yes, if you have not selected the use session storage option :slight_smile:
You can see it here:

1 Like

Thank you @Teodor!