问题描述
说明:下面的代码中的注释始终为我提供打字稿中规定的错误(使用VS Code的Typescript插件中的注释),以便在Visual Studio代码中生成动态注释。 我们还遵循JsDoc标准来注释和记录所有代码。
* Validates if entityName is present in the Json Schema
* @param {any} obj Contains the object from the Json Schema
* @param {number} idx It contains the index of the object
* @param {string} entityName It contains the entity name value which has to be validated
* @returns {boolean} True if entity key is present
*/
private validateEntityKey(obj: any,idx: number,entityName: string): boolean {
}
以上评论有什么问题?
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)