Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new XMapDef(paneId: string, name: string, title: string, descriptionProperty: string, streetProperty: string, cityProperty: string, stateProperty: string, postalCodeProperty: string, latitudeProperty: string, longitudeProperty: string): XMapDef
  • Parameters

    • paneId: string
    • name: string
    • title: string
    • descriptionProperty: string
    • streetProperty: string
    • cityProperty: string
    • stateProperty: string
    • postalCodeProperty: string
    • latitudeProperty: string
    • longitudeProperty: string

    Returns XMapDef

Properties

cityProperty

cityProperty: string

descriptionProperty

descriptionProperty: string

latitudeProperty

latitudeProperty: string

longitudeProperty

longitudeProperty: string

name

name: string

paneId

paneId: string

postalCodeProperty

postalCodeProperty: string

stateProperty

stateProperty: string

streetProperty

streetProperty: string

title

title: string

Accessors

descrptionProperty

  • set descrptionProperty(prop: string): void
  • Parameters

    • prop: string

    Returns void

Methods

Static fromWS

  • Parameters

    • otype: string
    • jsonObj: any

    Returns Try<XPaneDef>

Generated using TypeDoc