documon
Version:
A documentation system for mortals. Use with any language.
93 lines • 3.6 kB
JavaScript
{
"line": 16,
"name": "Storage",
"shortText": "Set/Get convienence methods for localStorage.",
"shortHtml": "<p>Set/Get convienence methods for localStorage.</p>",
"text": "Set/Get convienence methods for localStorage.\n\n",
"html": "<p>Set/Get convienence methods for localStorage.</p>",
"entity": "class",
"flagSearchText": " Storage gieson",
"package": "gieson",
"file": "documon/template/assets/js/documon/Storage.js",
"filename": "Storage.js",
"klass": "Storage",
"docfile": "gieson.Storage.html",
"id": "gieson.Storage",
"methods": [
{
"line": 44,
"name": "getStore",
"shortText": "Retrieves an item from browser's local storage.",
"shortHtml": "<p>Retrieves an item from browser's local storage.</p>",
"text": "Retrieves an item from browser's local storage.\n\n",
"html": "<p>Retrieves an item from browser's local storage.</p>",
"entity": "method",
"flagSearchText": " getStore The name of the \"thing\" you want to get. The stored data",
"params": [
{
"name": "name",
"shortText": "The name of the \"thing\" you want to get.",
"shortHtml": "<p>The name of the \"thing\" you want to get.</p>",
"text": "The name of the \"thing\" you want to get.",
"html": "<p>The name of the \"thing\" you want to get.</p>",
"type": "string"
}
],
"returns": {
"type": "any",
"text": "The stored data",
"html": "<p>The stored data</p>",
"shortText": "<p>The stored data</p>",
"shortHtml": "<p>The stored data</p>"
},
"file": "documon/template/assets/js/documon/Storage.js",
"filename": "Storage.js",
"klass": "Storage",
"package": "gieson",
"docfile": "gieson.Storage.html",
"id": "gieson.Storage.getStore"
},
{
"line": 26,
"name": "setStore",
"shortText": "Stores data. Can store string, number, boolean and objects.",
"shortHtml": "<p>Stores data. Can store string, number, boolean and objects.</p>",
"text": "Stores data. Can store string, number, boolean and objects.\n\n",
"html": "<p>Stores data. Can store string, number, boolean and objects.</p>",
"entity": "method",
"flagSearchText": " setStore\n The name of the \"thing\" to store. (We use this to get it out later) The actual thing to store.",
"params": [
{
"name": "name",
"shortText": "The name of the \"thing\" to store. (We use this to get it out later)",
"shortHtml": "<p>The name of the \"thing\" to store. (We use this to get it out later)</p>",
"text": "The name of the \"thing\" to store. (We use this to get it out later)",
"html": "<p>The name of the \"thing\" to store. (We use this to get it out later)</p>",
"type": "string"
},
{
"name": "val",
"shortText": "The actual thing to store.",
"shortHtml": "<p>The actual thing to store.</p>",
"text": "The actual thing to store.",
"html": "<p>The actual thing to store.</p>",
"type": "any"
}
],
"file": "documon/template/assets/js/documon/Storage.js",
"filename": "Storage.js",
"klass": "Storage",
"package": "gieson",
"docfile": "gieson.Storage.html",
"id": "gieson.Storage.setStore"
}
],
"prettyLangs": [],
"projectName": "Documon",
"projectVersion": "2.5.5",
"search": {
"gieson.Storage": "Storage : convienence methods localStorageStorage gieson",
"gieson.Storage.setStore": "setStore : Stores data store string number boolean objectssetStore name thing store this later actual thing store",
"gieson.Storage.getStore": "getStore : Retrieves item from browser local storagegetStore name thing want stored data"
}
}