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.