Class SearchProperty

Represents a query search property.

Constructors

Properties

id?: string

the search property ID

name?: string

a descriptive name for the property

orderBy?: boolean

whether the property is sortable

the property type

valueProvider: IValueProvider

The value provider

values: any

the values if any

Methods

  • Hook to gather all the values for this property.

    Parameters

    • options: any

      Some additional options, to for example restrict the values or limit the query.

    Returns Promise<any>

Generated using TypeDoc