您好我正在尝试在typescript xml页面中获取一个Image元素,并以编程方式设置它的imageSource属性。
在示例中,我发现它是以这种方式完成的:
image = page.getViewById("id");
image.imageSource = newImageSource;
使用打字稿时我遇到的问题是
error 'imageSource' does not exist on type 'View'
我不知道如何解决这个问题。任何想法?
答案 0 :(得分:5)
Depends: R (>= 3.0.0)
Imports: mgcv,
MASS,
stats,
ggplot2,
cowplot
应该解决类型问题。确保导入图像模块,以便拥有正确的类。