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

    Function setStringEnglish

    • Create a new Thing with existing values replaced by the given English string for the given Property.

      To preserve existing values, see [[addStringEnglish]].

      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 set a localised string value on.

      • property: string | Url

        Property for which to set the given localised string value.

      • value: string

        Localised string to set on thing for the given property.

      Returns T

      A new Thing equal to the input Thing with existing values replaced by the given value for the given Property.

      1.13.0