typescript Mobx getParent View

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了typescript Mobx getParent View相关的知识,希望对你有一定的参考价值。

get view() : IReturnType | undefined {
  try {
    return getParentOfType(self, Parent).parameter;
  } catch (error) {
    return undefined;
  }
}

以上是关于typescript Mobx getParent View的主要内容,如果未能解决你的问题,请参考以下文章

Mobx6React + Typescript 实践

Mobx6React + Typescript 实践

从零配置webpack(react+less+typescript+mobx)

React+TypeScript+MobX 遇到的一些问题

从0搭建React+antd+TypeScript+Umi Hooks+Mobx前端框架

React项目中使用Mobx状态管理