GameboardSimulationInteropOptions
Defined in: src/interop/interop.ts:470
Options for simulation interop snapshots.
Extends
Section titled “Extends”Properties
Section titled “Properties”includeActors?
Section titled “includeActors?”
optionalincludeActors?:boolean
Defined in: src/interop/interop.ts:472
Include final actor entities and relations.
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
includeQuests?
Section titled “includeQuests?”
optionalincludeQuests?:boolean
Defined in: src/interop/interop.ts:474
Include final quest entities and relations.
includeTimeline?
Section titled “includeTimeline?”
optionalincludeTimeline?:boolean
Defined in: src/interop/interop.ts:476
Include simulation timeline entities and relations.
spawnLocations?
Section titled “spawnLocations?”
optionalspawnLocations?:Omit<SpawnLocationOptions,"shape">
Defined in: src/interop/interop.ts:450
Optional spawn-location generation options.