Nativescript Typescript错误属性不存在

时间:2016-10-17 20:25:08

标签: typescript nativescript imagesource

您好我正在尝试在typescript xml页面中获取一个Image元素,并以编程方式设置它的imageSource属性。

在示例中,我发现它是以这种方式完成的:

image = page.getViewById("id");
image.imageSource = newImageSource;

使用打字稿时我遇到的问题是

error 'imageSource' does not exist on type 'View'

我不知道如何解决这个问题。任何想法?

1 个答案:

答案 0 :(得分:5)

Depends: R (>= 3.0.0) Imports: mgcv, MASS, stats, ggplot2, cowplot 应该解决类型问题。确保导入图像模块,以便拥有正确的类。