getPrev (NotesOutline - JavaScript)

Gets the entry immediately preceding a specified entry of an outline.

Defined in

NotesOutline

Syntax

getPrev(entry:NotesOutlineEntry) : NotesOutlineEntry
Parameter Description
OutlineEntry entry An entry in the outline.
Return value Description
OutlineEntry The entry preceding the one specified as the parameter, or null if there is no next entry.