Click or drag to resize

JsonLdLoaderOptions Fields

The JsonLdLoaderOptions type exposes the following members.

Fields
  NameDescription
Public fieldExtractAllScripts
If set to true, when extracting JSON-LD script elements from HTML, unless a specific fragment identifier is targeted, extracts all encountered JSON-LD script elements using an array form, if necessary.
Public fieldProfile
When the resulting contentType is text/html or application/xhtml+xml, this option determines the profile to use for selecting JSON-LD script elements.
Public fieldRequestProfile
One or more IRIs to use in the request as a profile parameter. (See IANA Considerations in [JSON-LD11]).
Top
See Also