Closed UtillYou closed 4 years ago
Improve Typescript definition file. Change the original IJson to more concrete ITreeNode interface. Add Promise support to callbacks.
完善Typescript 定义文件,将原来笼统的 IJson 转为更具体的 ITreeNode. 同时为回调添加 Promise支持。 async.url 添加函数支持。重命名 dataType 为 DataType。
IJson
ITreeNode
async.url
dataType
DataType
Improve Typescript definition file. Change the original IJson to more concrete ITreeNode interface. Add Promise support to callbacks.
完善Typescript 定义文件,将原来笼统的
IJson
转为更具体的ITreeNode
. 同时为回调添加 Promise支持。async.url
添加函数支持。重命名dataType
为DataType
。