OpenNMS.js - v2.6.2-SNAPSHOT
    Preparing search index...

    Class SearchProperty

    Represents a query search property.

    Index

    Constructors

    Properties

    Methods

    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

    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>