Searched refs:WebStructComponentAPI (Results 1 – 3 of 3) sorted by relevance
60 export const WebStructComponentAPI: (caseNum: number) => number; constant
688 static napi_value WebStructComponentAPI(napi_env env, napi_callback_info info) in WebStructComponentAPI() function992 …{"WebStructComponentAPI", nullptr, WebStructComponentAPI, nullptr, nullptr, nullptr, napi_default,… in Init()
1570 let result: number = nativeInterface.WebStructComponentAPI(0);1592 let result: number = nativeInterface.WebStructComponentAPI(1);1614 let result: number = nativeInterface.WebStructComponentAPI(2);1636 let result: number = nativeInterface.WebStructComponentAPI(3);1658 let result: number = nativeInterface.WebStructComponentAPI(4);