|
4 | 4 | "modules": [
|
5 | 5 | {
|
6 | 6 | "kind": "javascript-module",
|
7 |
| - "path": "src/custom-element.ts", |
| 7 | + "path": "src/typing-test-element.ts", |
8 | 8 | "declarations": [
|
9 | 9 | {
|
10 | 10 | "kind": "class",
|
11 |
| - "description": "An example Custom Element. This documentation ends up in the\nREADME so describe how this elements works here.\n\nYou can event add examples on the element is used with Markdown.\n\n```\n<custom-element></custom-element>\n```", |
12 |
| - "name": "CustomElementElement", |
| 11 | + "description": "An example Custom Element. This documentation ends up in the\nREADME so describe how this elements works here.\n\nYou can event add examples on the element is used with Markdown.\n\n```\n<typing-test></typing-test>\n```", |
| 12 | + "name": "TypingTestElement", |
| 13 | + "members": [ |
| 14 | + { |
| 15 | + "kind": "field", |
| 16 | + "name": "#renderRoot", |
| 17 | + "privacy": "private" |
| 18 | + }, |
| 19 | + { |
| 20 | + "kind": "field", |
| 21 | + "name": "#started", |
| 22 | + "privacy": "private", |
| 23 | + "type": { |
| 24 | + "text": "boolean" |
| 25 | + }, |
| 26 | + "default": "false" |
| 27 | + }, |
| 28 | + { |
| 29 | + "kind": "field", |
| 30 | + "name": "#position", |
| 31 | + "privacy": "private", |
| 32 | + "type": { |
| 33 | + "text": "number" |
| 34 | + }, |
| 35 | + "default": "0" |
| 36 | + }, |
| 37 | + { |
| 38 | + "kind": "field", |
| 39 | + "name": "#feedback", |
| 40 | + "privacy": "private", |
| 41 | + "type": { |
| 42 | + "text": "HTMLElement" |
| 43 | + } |
| 44 | + }, |
| 45 | + { |
| 46 | + "kind": "field", |
| 47 | + "name": "started" |
| 48 | + }, |
| 49 | + { |
| 50 | + "kind": "method", |
| 51 | + "name": "start" |
| 52 | + }, |
| 53 | + { |
| 54 | + "kind": "method", |
| 55 | + "name": "stop" |
| 56 | + }, |
| 57 | + { |
| 58 | + "kind": "method", |
| 59 | + "name": "#continue" |
| 60 | + }, |
| 61 | + { |
| 62 | + "kind": "method", |
| 63 | + "name": "#error", |
| 64 | + "parameters": [ |
| 65 | + { |
| 66 | + "name": "character", |
| 67 | + "type": { |
| 68 | + "text": "string" |
| 69 | + } |
| 70 | + } |
| 71 | + ] |
| 72 | + }, |
| 73 | + { |
| 74 | + "kind": "method", |
| 75 | + "name": "handleEvent", |
| 76 | + "parameters": [ |
| 77 | + { |
| 78 | + "name": "event", |
| 79 | + "type": { |
| 80 | + "text": "KeyboardEvent" |
| 81 | + } |
| 82 | + } |
| 83 | + ] |
| 84 | + } |
| 85 | + ], |
13 | 86 | "superclass": {
|
14 | 87 | "name": "HTMLElement"
|
15 | 88 | },
|
16 |
| - "tagName": "custom-element", |
| 89 | + "tagName": "typing-test", |
17 | 90 | "customElement": true
|
18 | 91 | }
|
19 | 92 | ],
|
|
22 | 95 | "kind": "js",
|
23 | 96 | "name": "default",
|
24 | 97 | "declaration": {
|
25 |
| - "name": "CustomElementElement", |
26 |
| - "module": "src/custom-element.ts" |
| 98 | + "name": "TypingTestElement", |
| 99 | + "module": "src/typing-test-element.ts" |
27 | 100 | }
|
28 | 101 | },
|
29 | 102 | {
|
30 | 103 | "kind": "custom-element-definition",
|
31 |
| - "name": "custom-element", |
| 104 | + "name": "typing-test", |
32 | 105 | "declaration": {
|
33 |
| - "name": "CustomElementElement", |
34 |
| - "module": "src/custom-element.ts" |
| 106 | + "name": "TypingTestElement", |
| 107 | + "module": "src/typing-test-element.ts" |
35 | 108 | }
|
36 | 109 | }
|
37 | 110 | ]
|
|
0 commit comments