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

    Function getBooleanAll

    • Returns the boolean 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 boolean, omits that value in the array.

      Parameters

      • thing: Thing

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

      • property: string | Url

        The Property whose boolean values to return.

      Returns boolean[]

      An array of boolean values for the given Property.