Compartilhar via


IncludeExcludeFilter class

Extends

Construtores

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

Propriedades

isExclude
schemaUrl
target
values

Propriedades herdadas

displaySettings
filterType
schema

Métodos

toJSON()

Detalhes do construtor

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

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

Parâmetros

isExclude

boolean

values

(string | number | boolean)[] | IncludeExcludeFilterValuesType

Detalhes da propriedade

isExclude

isExclude: boolean

Valor da propriedade

boolean

schemaUrl

static schemaUrl: string

Valor da propriedade

string

target

target: IIncludeExcludeFilterTarget

Valor da propriedade

values

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

Valor da propriedade

(string | number | boolean)[] | IncludeExcludeFilterValuesType

Detalhes das propriedades herdadas

displaySettings

displaySettings: IFilterDisplaySettings

Valor da propriedade

herdado deFilter.displaySettings

filterType

filterType: FilterType

Valor da propriedade

herdado do Filter.filterType

schema

static schema: string

Valor da propriedade

string

herdado de filter.schema

Detalhes do método

toJSON()

function toJSON(): IIncludeExcludeFilter

Retornos