CIM (Component Integration Metadata)¶
A CIM file can be used to enable developers to integrate their own component apps into the existing MDK app, or to customize the MDK app with their own branding information.
CIM (Component Integration Metadata) Properties¶
Property | Type | Required |
---|---|---|
ApplicationName | string |
Required |
ComponentVersion | string |
Optional |
IntegrationPoints | IntegrationPoint | Required |
ProjectName | string |
Required |
ApplicationName¶
- type:
string
ComponentVersion¶
- type:
string
ComponentVersion Examples¶
"1"
"1.0"
"1.0.0"
"2.3.4"
IntegrationPoints¶
- type:
IntegrationPoint[]
- at least
1
items in the array
All array items must be of the type: IntegrationPoint
ProjectName¶
- type:
string