Skip to content

FetchedAsset

ts
type FetchedAsset: ResolvedAsset & object;

Asset with all the applicable source content files available on the local file system.

Type declaration

content

ts
content: FetchedContent;

Source content of the asset.

dirty?

ts
optional dirty: boolean;

Whether any of the source content files were modified since last build.

Source

server/asset.ts:61 ↗