index.rst (540B)
1 ================= 2 Extension Storage 3 ================= 4 5 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: 6 7 8 - *Key* — The name of the stored item. 9 - *Value* — The value of the stored item. 10 - *Storage Area* — The name of the area where the item is stored. 11 12 .. image:: extension_storage.png 13 :class: center