Skip to content

BuiltAsset

ts
type BuiltAsset: EncodedAsset & object;

Final product of asset transformation with associated HTML.

Type declaration

html

ts
html: string;

Transformed asset syntax in HTML form.

Source

server/asset.ts:117 ↗