Skip to content

GameboardRuntimeSnapshotOptions

Defined in: src/runtime/runtime.ts:266

Snapshot options for the runtime facade.

optional includeInterop?: boolean

Defined in: src/runtime/runtime.ts:268

Include a runtime interop snapshot. Defaults to true.


optional includePlacements?: boolean

Defined in: src/interop/interop.ts:448

Include placement entities and relations. Defaults to true.

GameboardInteropOptions.includePlacements


optional includeValidationPlan?: boolean

Defined in: src/runtime/runtime.ts:270

Include the validation-oriented plan projection.


optional spawnLocations?: Omit<SpawnLocationOptions, "shape">

Defined in: src/interop/interop.ts:450

Optional spawn-location generation options.

GameboardInteropOptions.spawnLocations