PluginsNode TypesDocumentNodefindChildOn this pagefindChildSearches the immediate children of this node (i.e. all page nodes, not including their children). Returns the first page for which callback returns true. Supported on:DocumentNode Signature findChild(callback: (node: PageNode) => boolean): PageNode | null Parameters