[]
        
(Showing Draft Content)

dashboard.VisualNS.FilterBase

类: FilterBase

dashboard.VisualNS.FilterBase

Hierarchy

Table of contents

构造方法

方法

构造方法

constructor

new FilterBase()

方法

fromJSON

Abstract fromJSON(obj): void

从 updateOptions.filters 获取筛选器值。

参数

名称 类型
obj any

返回值

void

示例代码

const profile = dv.plain.profile.dimensions.values[0];
const filter = new BasicFilter(profile);
filter.fromJSON(options.filters[0]);

isEmpty

Abstract isEmpty(): boolean

返回一个 bool 值,判断筛选器值是否是空。

返回值

boolean


toJSON

Abstract toJSON(): Object

返回一个筛选器对象。

返回值

Object