New to Telerik Reporting? Start a free 30-day trial
BookmarkNode Overview
Bookmark node representing a node in a document map.
JSON
{
"id": "Bikes",
"text": "Bikes",
"page": 3,
"items": [{ "id": "Bikes", "text": "Bikes", "page": 3 }]
}
Fields
| 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 |