Documentation

Ctrl+K

Storage

This are in string type.
  1. saveLocal:
    - for storing changes of setting panel there are 3 choices given below:
    "saveLocal": "sessionStorage",
    choices: 'sessionStorage', 'localStorage','none'
You can change the storage with a single action.
  1. By adding some value in file. Example is given below.
  2. Session Storage

    If you wish to change the storage , you can follow the below action.

    For example you have to set storage as session storage then you will have to add some value at setting.js file.

    Session Storage
    saveLocal: "", // sessionStorage, localStorage, null
    storeKey: "",// key value