* 获取指定 path 的属性模型实例 * get prop by path * @param path 属性路径,支持 a / a.b / a.0 等格式 * @param createIfNone 如果不存在,是否新建,默认为 true
(path: string | number, createIfNone?: boolean)
| 300 | * @param createIfNone 如果不存在,是否新建,默认为 true |
| 301 | */ |
| 302 | getProp(path: string | number, createIfNone?: boolean): Prop | null; |
| 303 | |
| 304 | /** |
| 305 | * 获取指定 path 的属性模型实例值 |
no outgoing calls
no test coverage detected