DetailContentContainer¶
Container to hold extensions. Can only be used in ObjectHeader.
When assigning a rule to a property of DetailContentContainer, the rule will be passed an instance of the following proxy class as an argument:
DetailContentContainer Properties¶
| Property | Type | Required |
|---|---|---|
| Controls | Extension | No |
| DataSubscriptions | DataSubscriptions | No |
| _Name | string |
Yes |
Controls¶
The extension collection. Currently it can only contain one extension.
- type:
Extension[]
All array items must be of the type: Extension
DataSubscriptions¶
Array of data change events to subscribe to.
- type: DataSubscriptions
_Name¶
- type:
string