1{ 2 "ut_jsdoc_example_007.d.ts": [ 3 { 4 "filePath": "ut_jsdoc_example_007.d.ts", 5 "apiType": "Interface", 6 "definedText": " export interface Test", 7 "pos": { 8 "line": 5, 9 "character": 1 10 }, 11 "isExport": true, 12 "apiName": "Test", 13 "hierarchicalRelations": [ 14 "ut_jsdoc_example_007.d.ts", 15 "Test" 16 ], 17 "isStruct": false, 18 "syscap": "", 19 "jsDocInfos": [ 20 { 21 "description": "the ut for jsdoc about example", 22 "syscap": "", 23 "since": "-1", 24 "isForm": false, 25 "isCrossPlatForm": false, 26 "isSystemApi": false, 27 "modelLimitation": "", 28 "deprecatedVersion": "-1", 29 "useinstead": "", 30 "permissions": "", 31 "errorCodes": [], 32 "typeInfo": "", 33 "isConstant": false 34 } 35 ], 36 "parentClasses": [], 37 "childApis": [ 38 { 39 "filePath": "ut_jsdoc_example_007.d.ts", 40 "apiType": "Method", 41 "definedText": "set(member: string, value: string): void;", 42 "pos": { 43 "line": 9, 44 "character": 3 45 }, 46 "isExport": false, 47 "apiName": "set", 48 "hierarchicalRelations": [ 49 "ut_jsdoc_example_007.d.ts", 50 "Test", 51 "set" 52 ], 53 "isStruct": false, 54 "syscap": "", 55 "jsDocInfos": [ 56 { 57 "description": "", 58 "syscap": "", 59 "since": "-1", 60 "isForm": false, 61 "isCrossPlatForm": false, 62 "isSystemApi": false, 63 "modelLimitation": "", 64 "deprecatedVersion": "-1", 65 "useinstead": "", 66 "permissions": "", 67 "errorCodes": [], 68 "typeInfo": "", 69 "isConstant": false 70 } 71 ], 72 "callForm": "set(member: string, value: string): void", 73 "params": [ 74 { 75 "apiType": "Param", 76 "apiName": "member", 77 "paramType": 148, 78 "type": [ 79 "string" 80 ], 81 "isRequired": true, 82 "definedText": "member: string" 83 }, 84 { 85 "apiType": "Param", 86 "apiName": "value", 87 "paramType": 148, 88 "type": [ 89 "string" 90 ], 91 "isRequired": true, 92 "definedText": "value: string" 93 } 94 ], 95 "returnValue": [], 96 "isStatic": false, 97 "sync": "" 98 } 99 ] 100 } 101 ] 102}