Component
Component
interface Component {
'modifiedtime'?: string;
'name'?: string;
'otherProperties'?: {
[key: string]: object;
};
'typeCode'?: string;
'uid'?: string;
'uuid'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
modifiedtime | Optional | string | {string} Component |
name | Optional | string | {string} Component |
otherProperties | Optional | { [key: string]: object; } | {{ [key: string]: object; }} Component |
typeCode | Optional | string | {string} Component |
uid | Optional | string | {string} Component |
uuid | Optional | string | {string} Component |