IncludeExcludeFilter class

扩展

构造函数

IncludeExcludeFilter(IIncludeExcludeFilterTarget, boolean, (string | number | boolean)[] | IncludeExcludeFilterValuesType)

属性

isExclude
schemaUrl
target
values

继承属性

displaySettings
filterType
schema

方法

toJSON()

构造函数详细信息

IncludeExcludeFilter(IIncludeExcludeFilterTarget, boolean, (string | number | boolean)[] | IncludeExcludeFilterValuesType)

new IncludeExcludeFilter(target: IIncludeExcludeFilterTarget, isExclude: boolean, values: (string | number | boolean)[] | IncludeExcludeFilterValuesType)

参数

isExclude

boolean

values

(string | number | boolean)[] | IncludeExcludeFilterValuesType

属性详细信息

isExclude

isExclude: boolean

属性值

boolean

schemaUrl

static schemaUrl: string

属性值

string

target

target: IIncludeExcludeFilterTarget

属性值

values

values: (string | number | boolean)[] | IncludeExcludeFilterValuesType

属性值

(string | number | boolean)[] | IncludeExcludeFilterValuesType

继承属性详细信息

displaySettings

displaySettings: IFilterDisplaySettings

属性值

继承自Filter.displaySettings

filterType

filterType: FilterType

属性值

继承自 filter.filterType

schema

static schema: string

属性值

string

继承自 filter.schema

方法详细信息

toJSON()

function toJSON(): IIncludeExcludeFilter

返回