GameboardRuntimeSnapshotOptions
Defined in: src/runtime/runtime.ts:266
Snapshot options for the runtime facade.
Extends
Section titled “Extends”Properties
Section titled “Properties”includeInterop?
Section titled “includeInterop?”
optionalincludeInterop?:boolean
Defined in: src/runtime/runtime.ts:268
Include a runtime interop snapshot. Defaults to true.
includePlacements?
Section titled “includePlacements?”
optionalincludePlacements?:boolean
Defined in: src/interop/interop.ts:448
Include placement entities and relations. Defaults to true.
Inherited from
Section titled “Inherited from”GameboardInteropOptions.includePlacements
includeValidationPlan?
Section titled “includeValidationPlan?”
optionalincludeValidationPlan?:boolean
Defined in: src/runtime/runtime.ts:270
Include the validation-oriented plan projection.
spawnLocations?
Section titled “spawnLocations?”
optionalspawnLocations?:Omit<SpawnLocationOptions,"shape">
Defined in: src/interop/interop.ts:450
Optional spawn-location generation options.