Methods
Type Definitions
string
|
number
|
'Specific string'
|
SomeOtherType
# SomeCombinedType
Example of union type definition
T
|
SomeOtherGenericType.<T>
|
object
# SomeGenericType
Example of generic type definition with T as parameter
Properties:
Name | Type | Description |
---|---|---|
property |
T
|
|
other |
string
|
object
# SomeOtherGenericType
Example of generic type definition with T as parameter
Properties:
Name | Type | Description |
---|---|---|
children |
Array
|