Appearance
type BuiltAsset: EncodedAsset & object;
Final product of asset transformation with associated HTML.
html: string;
Transformed asset syntax in HTML form.
server/asset.ts:117 ↗