IRedBoxErrorFrameInfo
类型:接口
此对象表示错误调用堆栈中的单个帧。
属性
Collapse
readonly bool Collapse
如果此帧是 react-native 内部的一部分,则为 True,开发人员很可能不需要查看。
列
readonly uint32_t Column
行内的列。
文件
readonly string File
此帧的文件位置。
行
readonly uint32_t Line
文件中的行号。
方法
readonly string Method
此帧的方法名称。