Dela via


TopNFilter class

Extends

Constructors

TopNFilter(IFilterTarget, TopNFilterOperators, number, ITarget)

Properties

itemCount
operator
orderBy
schemaUrl

Inherited Properties

displaySettings
filterType
schema
target

Methods

toJSON()

Constructor Details

TopNFilter(IFilterTarget, TopNFilterOperators, number, ITarget)

new TopNFilter(target: IFilterTarget, operator: TopNFilterOperators, itemCount: number, orderBy: ITarget)

Parameters

target
IFilterTarget
itemCount

number

orderBy
ITarget

Property Details

itemCount

itemCount: number

Property Value

number

operator

operator: TopNFilterOperators

Property Value

orderBy

orderBy: ITarget

Property Value

schemaUrl

static schemaUrl: string

Property Value

string

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

target

target: IFilterGeneralTarget

Property Value

Inherited From Filter.target

Method Details

toJSON()

function toJSON(): ITopNFilter

Returns