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

    Interface IValueProvider

    Interface to provide values to a certain property ID.

    interface IValueProvider {
        findValues(propertyId: string, options?: any): Promise<any>;
    }
    Index

    Methods

    Methods

    • Finds the values for the given propertyId, if it exists.

      Parameters

      • propertyId: string

        The propertyId to find the values for

      • Optionaloptions: any

        Some additional options. May be implementer dependent, such as limit, or value restrictions

      Returns Promise<any>

      A promise containing the values.