@inrupt/solid-client
    Preparing search index...

    Function getIntegerAll

    • Returns the integer values of the specified Property from a [[Thing]]. If the Property is not present, returns an empty array. If the Property's value is not of type integer, omits that value in the array.

      Parameters

      • thing: Thing

        The [[Thing]] to read the integer values from.

      • property: string | Url

        The Property whose integer values to return.

      Returns number[]

      An array of integer values for the given Property.