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

    Variable addUrlConst

    addUrl: AddOfType<Url | UrlString | Thing> = ...

    Create a new Thing with a URL added for a Property.

    This preserves existing values for the given Property. To replace them, see [[setUrl]].

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

    Thing to add a URL value to.

    Property for which to add the given URL value.

    URL to add to thing for the given property.

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