Skip to content

@vttforge/testing / container / FoundryWorldOptions

Interface: FoundryWorldOptions ​

A world to declare on the running Foundry.

Properties ​

id ​

readonly id: string

The world id. Becomes the directory name Foundry reads.


system? ​

readonly optional system?: string

Id of the system the world runs on. Default: the system this container booted with. The system has to be installed already.


title? ​

readonly optional title?: string

Title on the setup screen. Default: the id.

MIT licensed.