BookmarkNode Overview
Bookmark node representing a node in a document map.
{
"id": "Bikes",
"text": "Bikes",
"page": 3,
"items": [{ "id": "Bikes", "text": "Bikes", "page": 3 }]
}
Field | Type | Required | Description |
---|---|---|---|
id |
String |
true |
ID of the node |
text |
String |
false |
The text to be displayed |
page |
Number |
true |
An integer representing the number of the target page |
items |
Array |
false |
An array of String elements representing the IDs of the child bookmark nodes in the document map |