| name | data type | description |
|---|---|---|
| linkName | string | |
| nodeType | DocumentNodeType | |
| linkedDocumentId | DocumentRevisionReferenceType | |
| children | array of DocumentElementType | |
Properties inherited from DocumentElementType |
||
| nodeType | DocumentNodeType | |
| children | array of DocumentElementType | |
| variables | map of string | |
| creationDate | number | |
Properties inherited from ResourceType |
||
| reference | ReferenceType | |
Example
{
"linkName" : "...",
"nodeType" : "STRUCTURE",
"linkedDocumentId" : {
"hdoc" : "..."
},
"children" : [ {
"nodeType" : "LINK",
"children" : [ { }, { } ],
"variables" : {
"property1" : "...",
"property2" : "..."
},
"creationDate" : 12345,
"reference" : { }
}, {
"nodeType" : "LINK",
"children" : [ { }, { } ],
"variables" : {
"property1" : "...",
"property2" : "..."
},
"creationDate" : 12345,
"reference" : { }
} ],
"variables" : {
"property1" : "...",
"property2" : "..."
},
"creationDate" : 12345,
"reference" : { }
}