• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "ut_ArkTS_struct_005.d.ets": [
3    {
4      "filePath": "ut_ArkTS_struct_005.d.ets",
5      "apiType": "Struct",
6      "definedText": " struct MyComponent",
7      "pos": {
8        "line": 15,
9        "character": 1
10      },
11      "isExport": false,
12      "apiName": "MyComponent",
13      "hierarchicalRelations": [
14        "ut_ArkTS_struct_005.d.ets",
15        "MyComponent"
16      ],
17      "decorators": [
18        {
19          "expression": "Component"
20        }
21      ],
22      "isStruct": true,
23      "syscap": "",
24      "jsDocInfos": [],
25      "childApis": [
26        {
27          "filePath": "ut_ArkTS_struct_005.d.ets",
28          "apiType": "Method",
29          "definedText": "",
30          "pos": {
31            "line": 1,
32            "character": 1
33          },
34          "isExport": false,
35          "apiName": "constructor",
36          "hierarchicalRelations": [
37            "ut_ArkTS_struct_005.d.ets",
38            "MyComponent",
39            "constructor"
40          ],
41          "isStruct": true,
42          "syscap": "",
43          "jsDocInfos": [],
44          "callForm": "",
45          "params": [
46            {
47              "apiType": "Param",
48              "apiName": "",
49              "paramType": 178,
50              "type": [
51                ""
52              ],
53              "isRequired": false,
54              "definedText": ""
55            }
56          ],
57          "returnValue": [],
58          "isStatic": false,
59          "sync": ""
60        },
61        {
62          "filePath": "ut_ArkTS_struct_005.d.ets",
63          "apiType": "Property",
64          "definedText": "@State count: number = 0;",
65          "pos": {
66            "line": 17,
67            "character": 3
68          },
69          "isExport": false,
70          "apiName": "count",
71          "hierarchicalRelations": [
72            "ut_ArkTS_struct_005.d.ets",
73            "MyComponent",
74            "count"
75          ],
76          "decorators": [
77            {
78              "expression": "State"
79            }
80          ],
81          "isStruct": true,
82          "syscap": "",
83          "jsDocInfos": [],
84          "type": [
85            "number"
86          ],
87          "isReadOnly": false,
88          "isRequired": true,
89          "isStatic": false
90        }
91      ]
92    }
93  ]
94}