BookmarkList
Overview
Lists the bookmarks. Is the layout for BookmarkListDef.
Properties
Name | Description | Type |
---|---|---|
qItems | Information about the list of bookmarks |
Array of NxContainerEntry |
Example
"qBookmarkList": {
"qItems": [
{
"qInfo": {
"qId": "BM01",
"qType": "Bookmark"
},
"qMeta": {},
"qData": {
"qBookmark": {
"qStateData": [
{
"qStateName": "$",
"qFieldItems": []
}
],
"qUtcModifyTime": 41675.420775462961
}
}
}
]
}