TupleFilter class

Extends

Constructors

TupleFilter(ITupleFilterTarget, "In", TupleValueType[])

Properties

operator
schemaUrl
target
values

Inherited Properties

displaySettings
filterType
schema

Methods

toJSON()

Constructor Details

TupleFilter(ITupleFilterTarget, "In", TupleValueType[])

new TupleFilter(target: ITupleFilterTarget, operator: "In", values: TupleValueType[])

Parameters

operator

"In"

values

TupleValueType[]

Property Details

operator

operator: "In"

Property Value

"In"

schemaUrl

static schemaUrl: string

Property Value

string

target

target: ITupleFilterTarget

Property Value

values

values: TupleValueType[]

Property Value

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(): ITupleFilter

Returns