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

    Type Alias ParseOptions

    Custom parsers to load [[SolidDataset]]s serialised in different RDF formats.

    Provide your own parsers by providing an object on the parsers property with the supported content type as the key, and the parser as a value. For documentation on how to provide a parser, see [[Parser]].

    type ParseOptions = {
        parsers: Record<ContentType, Parser>;
    }
    Index

    Properties

    Properties

    parsers: Record<ContentType, Parser>