Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Widget

Specific node type that is parent of all widgets. Like Node, should be considered abstract. Use helper functions (ToggleButton(), Slider(), ...) to create actual widget nodes. A widget id is required for all widgets

Hierarchy

Index

Properties

attributes

attributes: Object[]

children

children: Node[]

type

type: string

Panel, Page, ...

widgetId

widgetId: string

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