Trilium Backend API
    Preparing search index...
    • End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.

      Type Parameters

      • T

      Parameters

      Returns Cheerio<AnyNode>

      The previous state of the set of matched elements.

      $('li').eq(0).end().length;
      //=> 3