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

    Function removeStringEnglish

    • Create a new Thing with the given English string removed for the given Property.

      The original thing is not modified; this function returns a cloned Thing with updated values.

      Type Parameters

      • T extends Readonly<{}>

      Parameters

      • thing: T

        Thing to remove a localised string value from.

      • property: string | Url

        Property for which to remove the given localised string value.

      • value: string

        String to remove from thing for the given property.

      Returns T

      A new Thing equal to the input Thing with the given value removed for the given Property.

      1.13.0