Options
All
  • Public
  • Public/Protected
  • All
Menu

Placelist are provided by the SDK and the API. You should not instantiate it yourself.

Hierarchy

  • Placelist

Implements

Index

Constructors

constructor

  • new Placelist(_id: string, venueId: string, name: string, alias: string, iconUrl: string, universes: Universe[], translations: Translation[], translation: (language: string) => Translation, placeIds: Array<string>, isSearchable: boolean, data?: Map<string, any> | undefined): Placelist
  • Parameters

    • _id: string
    • venueId: string
    • name: string
    • alias: string
    • iconUrl: string
    • universes: Universe[]
    • translations: Translation[]
    • translation: (language: string) => Translation
    • placeIds: Array<string>
    • isSearchable: boolean
    • Optional data: Map<string, any> | undefined

    Returns Placelist

Properties

_id

_id: string

alias

alias: string

Optional data

data: Map<string, any> | undefined

iconUrl

iconUrl: string

isSearchable

isSearchable: boolean

name

name: string

objectClass

objectClass: string = "Placelist"

placeIds

placeIds: Array<string>

translation

translation: (language: string) => Translation

Type declaration

translations

translations: Translation[]

universes

universes: Universe[]

venueId

venueId: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Inherited property

Generated using TypeDoc