[]
        
(Showing Draft Content)

dashboard.VisualNS.IPlainDataView

接口: IPlainDataView

dashboard.VisualNS.IPlainDataView

Table of contents

属性

属性

data

data: IDataPoint[]

所有数据点。


options

options: any

数据视图选项,用户可以在 capabilities.json 中定义它。


profile

profile: IDataViewProfiles

数据角色基本信息。


sort

sort: Object

数据角色排序信息。

Index signature

▪ [dataRoleName: string]: { order: any[] ; priority: -1 | 0 | 1 }