class documentation

class UIElementList(RootModel[list[UIElementModels]]): (source)

View In Hierarchy

A list of user interface elements.

Note! Two important things to consider:

  • This cannot be the return of a lt.property. To fully describe the UI recursion
    is used. Web of Things DataSchema doesn't support recursion. Use an lt.endpoint instead
  • If the module using this class imports future annotations then this will cause
    havoc with pydantics forward references.