Options
All
  • Public
  • Public/Protected
  • All
Menu

Type Parameters

    Hierarchy

    • QueryResultSource

    Index

    Properties

    features: Feature<Geometry>[]

    The matching features for this source.

    id: string | number

    Identifier (can be not unique).

    identifierAttributeField: string

    The field to use to identify the feature.

    label: string

    Label.

    limit: number

    The maximum number of features that can be returned for a query with this source.

    mergeComposants: string[]

    The original datasources merged in merged result.

    pending: boolean

    Is the request for this source still ongoing?

    requestPartners: string[]

    The datasources of the request (which are summed in totalFeatureCount).

    tooManyResults: boolean

    If the last query for this source would return more features than the configured limit.

    totalFeatureCount: number

    If tooManyResults is true, this contains the total number of features.

    Generated using TypeDoc