Skip to content

BootstrapResult

Defined in: src/cli/commands/bootstrap/core.ts:160

Return value of bootstrapKayKitAssets.

readonly edition: "free" | "extra"

Defined in: src/cli/commands/bootstrap/core.ts:162

Pack edition that was bootstrapped.


readonly fileCount: number

Defined in: src/cli/commands/bootstrap/core.ts:166

Total number of files written (gltf + bin + textures + any extras).


readonly integritySidecar: string

Defined in: src/cli/commands/bootstrap/core.ts:170

Absolute path of the integrity sidecar.


readonly outRoot: string

Defined in: src/cli/commands/bootstrap/core.ts:164

Absolute path of the bootstrap target root.


readonly totalBytes: number

Defined in: src/cli/commands/bootstrap/core.ts:168

Sum of BootstrapFileEntry.bytes.