This page contains documentation for advanced Fuse features, so we have taken the liberty to tick the "Show advanced things" checkbox above for you in advance to be able to provide you with some additional information.

Base class for objects that can create new objects of a certain kind.

This class is abstract and must be subclassed before it can be instantiated.

Subclasses are typically generated by the UX compiler as factory objects that capture scopes within an UX document, for example within an iterator, or by explicitly using the ux:Template attribute.

Location

Namespace
Uno.UX
Package
UnoCore 2.9.2
Show Uno properties and methods

Interface of Template

IsDefault : bool uno

Whether this template should be considered the default template within a collection

Key : string uno

A key that can be used to identify this template at runtime.

Inherited from object