Do you mean an example? Yes, in the reference file.
Here's an example I sent recently to someone on a different forum:
This code will create 3 bookmarks that go to pages 1 to 3:
- this.bookmarkRoot.createChild({cName:"Page 1", cExpr:"this.pageNum = 0", nIndex:0})
- this.bookmarkRoot.createChild({cName:"Page 2", cExpr:"this.pageNum = 1", nIndex:1})
- this.bookmarkRoot.createChild({cName:"Page 3", cExpr:"this.pageNum = 2", nIndex:2})