interface WorldConfigOptions {
    tour?: boolean;
    world: World;
}

Properties

Properties

tour?: boolean

Is this World being shown as part of a Tour?

world: World

The World being managed