This version of Unity is unsupported.

IBaseUxmlFactory.substituteForTypeName

public string substituteForTypeName;

Description

The type of element for which this element type can substitute for.

Enables the element to appear anywhere the substituteForTypeName element can appear in a UXML document. For example, if an element restricts its children to Button elements (using the uxmlChildElementsDescription property), elements that have substitueForTypeName return Button are accepted as children of that element.

The value of this property is used for the element's substitutionGroup attribute in UXML schema definition.