Trilium Backend API
    Preparing search index...
    • Checks to see if the contained DOM element is a descendant of the container DOM element.

      Parameters

      • container: AnyNode

        Potential parent node.

      • contained: AnyNode

        Potential child node.

      Returns boolean

      Indicates if the nodes contain one another.

      Cheerio.contains