Class: Criteria#

Describes a single statistic by which to filter all matchmaking search results. Each criteria must have a corresponding Statistic object with the same name.

author Jean-Philippe Steinmetz info@acceleratxr.com

Hierarchy#

  • Criteria

Index#

Constructors#

Properties#

Constructors#

constructor#

+ new Criteria(other?: any): Criteria

Defined in src/models/Criteria.ts:20

Parameters:#

Name

Type

other?

any

Returns: Criteria

Properties#

name#

name: string = “”

Defined in src/models/Criteria.ts:15

The unique name of the criteria to consider.


value#

value: any = null

Defined in src/models/Criteria.ts:20

The comparison value that the criteria will consider.