Interface WorldDetailsInterface

Hierarchy

Properties

background?: null | string
controls?: {
    allowMuteAll?: boolean;
    disableHideVideo?: boolean;
    isMobileDisabled?: boolean;
    isShowingCurrentGuests?: boolean;
}

Type declaration

  • Optional allowMuteAll?: boolean
  • Optional disableHideVideo?: boolean
  • Optional isMobileDisabled?: boolean
  • Optional isShowingCurrentGuests?: boolean
created?: object
description?: string
enforceWhitelistOnLogin?: boolean
forceAuthOnLogin?: boolean
height?: number
heroImage?: string
mapExists?: boolean
name?: string
redirectTo?: null | string
spawnPosition?: {
    x?: number;
    y?: number;
}

Type declaration

  • Optional x?: number
  • Optional y?: number
tileBackgroundEverywhere?: null | boolean
urlSlug: string
useTopiaPassword?: boolean
width?: number