Interface: PackagingResult
Defined in: types.ts:78
Properties
entries
readonlyentries: readonlystring[]
Defined in: types.ts:84
List of entries inside the zip, for debugging and testing.
filename
readonlyfilename:string
Defined in: types.ts:82
The zip file name we recommend (e.g. my-course-0.1.0-scorm12.zip).
manifest
readonlymanifest:string
Defined in: types.ts:86
Rendered manifest XML, for debugging and conformance diffing.
zip
readonlyzip:Buffer
Defined in: types.ts:80
The produced zip file as a Buffer. Callers write it to disk.