Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IValueProvider

Interface to provide values to a certain property id.

Hierarchy

  • IValueProvider

Implemented by

Index

Methods

Methods

findValues

  • findValues(propertyId: string, options?: any): Promise<any>
  • Finds the values for the given propertyId, if it exists.

    Parameters

    • propertyId: string

      The propertyId to find the values for

    • Optional options: any

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

    Returns Promise<any>

    A promise containing the values.

Generated using TypeDoc