共用方式為


IncludeExcludeFilter class

Extends

建構函式

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

傳回