Home > @plasmicapp/loader-react > PlasmicComponentLoader > fetchPages
PlasmicComponentLoader.fetchPages() method
Returns all the page component metadata for these projects.
Signature:
fetchPages(opts?: FetchPagesOpts): Promise<import("@plasmicapp/loader-fetcher").PageMeta[]>;
Parameters
Parameter | Type | Description |
---|---|---|
opts | FetchPagesOpts | (Optional) |
Returns:
Promise<import("@plasmicapp/loader-fetcher").PageMeta[]>