IncludeExcludeFilter class

Extends

Constructors

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

Properties

isExclude
schemaUrl
target
values

Inherited Properties

displaySettings
filterType
schema

Methods

toJSON()

Constructor Details

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

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

Parameters

isExclude

boolean

values

(string | number | boolean)[] | IncludeExcludeFilterValuesType

Property Details

isExclude

isExclude: boolean

Property Value

boolean

schemaUrl

static schemaUrl: string

Property Value

string

target

target: IIncludeExcludeFilterTarget

Property Value

values

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

Property Value

(string | number | boolean)[] | IncludeExcludeFilterValuesType

Inherited Property Details

displaySettings

displaySettings: IFilterDisplaySettings

Property Value

Inherited From Filter.displaySettings

filterType

filterType: FilterType

Property Value

Inherited From Filter.filterType

schema

static schema: string

Property Value

string

Inherited From Filter.schema

Method Details

toJSON()

function toJSON(): IIncludeExcludeFilter

Returns