Skip to content

ComponentPathEntry

One published address of a listed component. path is site-relative; the site’s hosts come from listSites.

path: string

Site-relative, in the target site’s URL space — prefixed under a pathPrefix site.


siteRootNodeId: string


optional url?: string

The absolute address, present when this entry is in a different site from the request’s own (the site you passed; the high-level client passes its own). A bare relative path plus a siteRootNodeId is not a usable link into another site, and under a localeHost site would be a different, wrong page — so link with this whenever it is present. pathForSite does.