Skip to main content

Interface: PackagingResult

Defined in: types.ts:78

Properties

entries

readonly entries: readonly string[]

Defined in: types.ts:84

List of entries inside the zip, for debugging and testing.


filename

readonly filename: string

Defined in: types.ts:82

The zip file name we recommend (e.g. my-course-0.1.0-scorm12.zip).


manifest

readonly manifest: string

Defined in: types.ts:86

Rendered manifest XML, for debugging and conformance diffing.


zip

readonly zip: Buffer

Defined in: types.ts:80

The produced zip file as a Buffer. Callers write it to disk.