Home > @plasmicapp/loader-fetcher > FetcherOptions

FetcherOptions interface

Signature:

export interface FetcherOptions 

Properties

Property Modifiers Type Description
cache? LoaderBundleCache (Optional)
host? string (Optional)
i18n? { keyScheme: "content" | "hash" | "path"; tagPrefix?: string; } (Optional)
i18nKeyScheme? "content" | "hash" | "path" (Optional)
nativeFetch? boolean (Optional)
platform? "react" | "nextjs" | "gatsby" (Optional)
platformOptions? { nextjs?: { appDir: boolean; }; } (Optional)
preview? boolean (Optional)
projects { id: string; version?: string; token: string; }[]
skipHead? boolean (Optional)