Sdílet prostřednictvím


IncludeExcludeFilter class

Extends

Konstruktory

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

Vlastnosti

isExclude
schemaUrl
target
values

Zděděné vlastnosti

displaySettings
filterType
schema

Metody

toJSON()

Podrobnosti konstruktoru

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

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

Parametry

isExclude

boolean

values

(string | number | boolean)[] | IncludeExcludeFilterValuesType

Podrobnosti vlastnosti

isExclude

isExclude: boolean

Hodnota vlastnosti

boolean

schemaUrl

static schemaUrl: string

Hodnota vlastnosti

string

target

target: IIncludeExcludeFilterTarget

Hodnota vlastnosti

values

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

Hodnota vlastnosti

(string | number | boolean)[] | IncludeExcludeFilterValuesType

Podrobnosti zděděných vlastností

displaySettings

displaySettings: IFilterDisplaySettings

Hodnota vlastnosti

zděděno zFilter.displaySettings

filterType

filterType: FilterType

Hodnota vlastnosti

zděděno zFilter.filterType

schema

static schema: string

Hodnota vlastnosti

string

zděděno ze filter.schema

Podrobnosti metody

toJSON()

function toJSON(): IIncludeExcludeFilter

Návraty