summaryrefslogtreecommitdiffstats
path: root/devtools/docs/user/storage_inspector/extension_storage/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/docs/user/storage_inspector/extension_storage/index.rst')
-rw-r--r--devtools/docs/user/storage_inspector/extension_storage/index.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/devtools/docs/user/storage_inspector/extension_storage/index.rst b/devtools/docs/user/storage_inspector/extension_storage/index.rst
new file mode 100644
index 0000000000..5c6b8300e9
--- /dev/null
+++ b/devtools/docs/user/storage_inspector/extension_storage/index.rst
@@ -0,0 +1,13 @@
+=================
+Extension Storage
+=================
+
+This storage type is only shown when debugging extensions. When selecting an extension ID in the storage tree of the :doc:`Storage Inspector <../index>`, a table lists the details of all the extension storage present for the extension. This table contains the following columns:
+
+
+- *Key* — The name of the stored item.
+- *Value* — The value of the stored item.
+- *Storage Area* — The name of the area where the item is stored.
+
+.. image:: extension_storage.png
+ :class: center