Aspect-Types
A Aspect-Type partially defines the Structure of an Asset.
Note that an Asset is able to hold multiple Aspect-Types, since you are able to combine multiple Aspect-Types to an Asset-Type, which is required to specify an Assets final structure.
Learn more about Asset-Types
Supported Types
| Type | Description |
|---|---|
Boolean |
A boolean gets displayed as a switch. It supports either true or false. |
Object |
With an Object you can group multiple properties. |
Number |
A boolean gets displayed as a input. It only supports numerical values. |
Text |
A text gets displayed as an input. |
Date |
A date gets displayed as an input with additional calendar UI. It only supports dates. |
Enum |
An enum gets displayed as an select input. You are able to provide options where one out of all options is supported. |
Internal Reference |
With an Internal Reference you are able to reference another Asset-Manager Type. You are able to choose one reference out of all possible types. |
Array |
An array can hold n untyped items. An array is simply a list of multiple values stored together in a specific order. |
