[]
        
(Showing Draft Content)

dashboard.VisualNS.IVisualUpdateOptions

接口: IVisualUpdateOptions

dashboard.VisualNS.IVisualUpdateOptions

Table of contents

属性

属性

dataViews

dataViews: IDataView[]

这是您在 capabilities.json 中定义的计算数据视图。(dataViewMapping)


docTheme

docTheme: IDocTheme

当前选择的文档主题。


filters

filters: IFilter[]

影响其他图表的筛选器。


isEditing

isEditing: boolean

表明当前图表是否处于编辑状态。 如果您触发了编辑按钮, 这个标志为 “true”。


isFocus

isFocus: boolean

表明当前图表是否处于聚焦状态。 如果您触发了聚焦按钮, 这个标志为 “true”。


isMobile

isMobile: boolean

表明当前图表是否在移动设备中渲染。


isViewer

isViewer: boolean

表明当前图表是否在仪表板查看器中渲染。


language

language: Language

当前语言。


properties

properties: any

这是您在文件 capabilities.json 中定义的属性模型。 (options.visual)


scale

scale: number

文档缩放比例。


updateType

updateType: VisualUpdateType

表明当前图表的更新类型。


viewport

viewport: Object

当前图表的视口大小。

Type declaration

名称 类型
height number
scale number
width number

height: number

视口高度。


scale: number

视口缩放比例值。


width: number

视口宽度。