getChild (NotesOutline - JavaScript™)
Gets the child of the specified outline entry.
Defined in
NotesOutlineSyntax
getChild(entry:NotesOutlineEntry)
: NotesOutlineEntry | Parameter | Description |
|---|---|
OutlineEntry entry |
The parent entry. |
| Return value | Description |
|---|---|
OutlineEntry |
The child entry. |