ajaxObjects

@SerialName(value = "AjaxObjects")
val ajaxObjects: List<AjaxObject>(source)

List of AJAX objects returned by the endpoint.

Each object contains:

  • a raw HTML fragment,

  • a type identifier describing how the client should interpret the data,

  • and the CSS selector or DOM target the Tibia website uses to inject it.