• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "element",
3  "version": [
4    {
5      "name": "v3.0"
6    }
7  ],
8  "supportedDevices": ["phone", "tablet", "wearable"],
9  "description": [
10    {
11      "name": "custom component.",
12      "supportedDevices": ["phone", "tablet", "wearable"]
13    }
14  ],
15  "attributes": [
16    {
17      "name": "name",
18      "supportedDevices": ["phone", "tablet", "wearable"],
19      "required": false,
20      "description": [
21        {
22          "name": "custom component name.",
23          "supportedDevices": ["phone", "tablet", "wearable"]
24        }
25      ],
26      "type": "string"
27    },
28    {
29      "name": "src",
30      "supportedDevices": ["phone", "tablet", "wearable"],
31      "required": true,
32      "description": [
33        {
34          "name": "custom component path.",
35          "supportedDevices": ["phone", "tablet", "wearable"]
36        }
37      ],
38      "type": "url"
39    }
40  ],
41  "events": [],
42  "supportedSubComponents": false,
43  "supportedSubComponentsRestriction": [],
44  "unSupportSubComponentsRestriction": [],
45  "parentComponentsRestriction": []
46}
47