Represents a generic value which can be replaced with a concrete type
DocumentProperty | Type | Description |
---|---|---|
name | Text | The name of the generic, it is recommended to use common generic names like T or TValue. These generics can then be replaced on usage with a concrete type through the template property at a reference |