Skip to content

BuiltAsset

ts
type BuiltAsset = EncodedAsset & object;

Defined in: server/asset.ts:117 ↗

Final product of asset transformation with associated HTML.

Type declaration

html

ts
html: string;

Transformed asset syntax in HTML form.