UNPKG

@lrnwebcomponents/word-count

Version:
143 lines (142 loc) 3.07 kB
{ "schema_version": "1.0.0", "classes": [ { "description": "`word-count`\n`Count the words on whatever this wraps`", "summary": "", "path": "word-count.js", "properties": [], "methods": [ { "name": "render", "description": "", "privacy": "public", "sourceRange": { "start": { "line": 49, "column": 2 }, "end": { "line": 54, "column": 3 } }, "metadata": {}, "params": [] }, { "name": "connectedCallback", "description": "", "privacy": "public", "sourceRange": { "start": { "line": 70, "column": 2 }, "end": { "line": 79, "column": 3 } }, "metadata": {}, "params": [], "return": { "type": "void" } }, { "name": "disconnectedCallback", "description": "", "privacy": "public", "sourceRange": { "start": { "line": 80, "column": 2 }, "end": { "line": 83, "column": 3 } }, "metadata": {}, "params": [], "return": { "type": "void" } }, { "name": "update", "description": "", "privacy": "public", "sourceRange": { "start": { "line": 84, "column": 2 }, "end": { "line": 99, "column": 3 } }, "metadata": {}, "params": [ { "name": "changedProperties" } ], "return": { "type": "void" } }, { "name": "_updateWords", "description": "Update words based on data in the slot.", "privacy": "protected", "sourceRange": { "start": { "line": 110, "column": 2 }, "end": { "line": 116, "column": 3 } }, "metadata": {}, "params": [ { "name": "mutations" } ], "return": { "type": "void" } } ], "staticMethods": [], "demos": [ { "url": "demo/index.html", "description": "" }, { "url": "demo/index.html", "description": "" } ], "metadata": {}, "sourceRange": { "start": { "line": 10, "column": 0 }, "end": { "line": 117, "column": 1 } }, "privacy": "public", "name": "WordCount" } ] }