美文网首页
typescript如何用变量获取属性值

typescript如何用变量获取属性值

作者: 竿牍 | 来源:发表于2021-08-26 20:48 被阅读0次

    问题如图:

    TS2538: Type 'undefined' cannot be used as an index type

    image.png
    image.png

    解决办法:声明接口的最后一个成员需要加上

    [propName: string]: Function;
    

    技术分享图片

    相关文章

      网友评论

          本文标题:typescript如何用变量获取属性值

          本文链接:https://www.haomeiwen.com/subject/jzouiltx.html