Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Node

General node in the ui tree, eg panel, page, widget, ...

Should be considered abstract, use the helper funtions (Panel(), Page(), ...) to create actual nodes. Upon creation, the node verifies that it only contains valid attributes and children for its given type.

Special attribute: hidden set to true means that the node will be ignored when generating the xml

Hierarchy

Index

Properties

Methods

Properties

attributes

attributes: Object[]

children

children: Node[]

type

type: string

Panel, Page, ...

Methods

toString

  • toString(): string
  • Converts the node (and all children) to the XML format that the xAPI expects Typically you want to do this only on the Config node

    Returns string

Generated using TypeDoc