Interface: PreRenderedAsset
Defined in: options/output-options.ts:64
Properties
name?
- Type:
string - Optional
Defined in: options/output-options.ts:67
Deprecated
Use names instead.
names
- Type:
string[]
Defined in: options/output-options.ts:68
originalFileName?
- Type:
string - Optional
Defined in: options/output-options.ts:70
Deprecated
Use originalFileNames instead.
originalFileNames
- Type:
string[]
Defined in: options/output-options.ts:72
The list of the absolute paths to the original file of this asset.
source
- Type:
string|Uint8Array<ArrayBufferLike>
Defined in: options/output-options.ts:74
The content of this asset.
type
- Type:
"asset"
Defined in: options/output-options.ts:65