1{ 2 "ut_jsdoc_param_016.d.ts": [ 3 { 4 "filePath": "ut_jsdoc_param_016.d.ts", 5 "apiType": "Namespace", 6 "definedText": " export namespace test", 7 "pos": { 8 "line": 5, 9 "character": 1 10 }, 11 "isExport": true, 12 "apiName": "test", 13 "hierarchicalRelations": [ 14 "ut_jsdoc_param_016.d.ts", 15 "test" 16 ], 17 "isStruct": false, 18 "syscap": "", 19 "jsDocInfos": [ 20 { 21 "description": "the ut for jsdoc about param", 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 "childApis": [ 37 { 38 "filePath": "ut_jsdoc_param_016.d.ts", 39 "apiType": "Method", 40 "definedText": "function func(str: string, str2: string): void;", 41 "pos": { 42 "line": 10, 43 "character": 3 44 }, 45 "isExport": false, 46 "apiName": "func", 47 "hierarchicalRelations": [ 48 "ut_jsdoc_param_016.d.ts", 49 "test", 50 "func" 51 ], 52 "isStruct": false, 53 "syscap": "", 54 "jsDocInfos": [ 55 { 56 "description": "", 57 "syscap": "", 58 "since": "-1", 59 "isForm": false, 60 "isCrossPlatForm": false, 61 "isSystemApi": false, 62 "modelLimitation": "", 63 "deprecatedVersion": "-1", 64 "useinstead": "", 65 "permissions": "", 66 "errorCodes": [], 67 "typeInfo": "", 68 "isConstant": false 69 } 70 ], 71 "callForm": "func(str: string, str2: string): void", 72 "params": [ 73 { 74 "apiType": "Param", 75 "apiName": "str", 76 "paramType": 148, 77 "type": [ 78 "string" 79 ], 80 "isRequired": true, 81 "definedText": "str: string" 82 }, 83 { 84 "apiType": "Param", 85 "apiName": "str2", 86 "paramType": 148, 87 "type": [ 88 "string" 89 ], 90 "isRequired": true, 91 "definedText": "str2: string" 92 } 93 ], 94 "returnValue": [], 95 "isStatic": false, 96 "sync": "" 97 } 98 ] 99 } 100 ] 101}