Skip to content

Commit

Permalink
jsdoc: Document SearchInfo.allTasks
Browse files Browse the repository at this point in the history
  • Loading branch information
claremacrae committed Oct 27, 2023
1 parent 18f94d5 commit d02c8c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Query/SearchInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import type { Task } from '../Task';
* the function signatures of all the layers in between.
*/
export class SearchInfo {
/** The list of tasks being searched.
*/
public readonly allTasks: Readonly<Task[]>;

public constructor(allTasks: Task[]) {
Expand Down

0 comments on commit d02c8c1

Please sign in to comment.