Lines Matching full:children
1818 "children": {"type": "array", "optional": true, "items": {"$ref": "BookmarkTreeNode"}, "description": "An ordered list of children of this node."}
1848 "description": "Retrieves the children of the specified BookmarkTreeNode id.",
2085 "description": "Fired when the children of a folder have changed their order due to the order being sorted in the UI. This is not called as a result of a move().",
2448 "children": {
2534 "description": "Sorts the children of a given folder",
2537 {"type": "string", "name": "parentId", "description": "The ID of the folder to sort the children of"}
2587 "description": "The index of the position to drop at. If left out the dropped items will be placed at the end of the existing children",