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

    Type Alias CreateThingLocalOptions

    Pass these options to [[createThing]] to initialise a new [[Thing]] whose URL will be determined when it is saved.

    type CreateThingLocalOptions = {
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string

    The name that should be used for this [[Thing]] when constructing its URL.

    If not provided, a random one will be generated.