Skip to content

Commit 8b51902

Browse files
committed
jsdoc: . update TaskLayout description
1 parent f29465b commit 8b51902

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Layout/TaskLayout.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ import { generateHiddenClassForTaskList } from './LayoutHelpers';
22
import { TaskLayoutOptions } from './TaskLayoutOptions';
33

44
/**
5-
* This represents the desired layout of tasks when they are rendered in a given configuration.
6-
* The layout is used when flattening the task to a string and when rendering queries, and can be
7-
* modified by applying {@link TaskLayoutOptions} objects.
5+
* This class generates a list of hidden task components' classes.
6+
* The output depends on {@link TaskLayoutOptions} objects.
87
*/
98
export class TaskLayout {
109
private taskLayoutOptions: TaskLayoutOptions;

0 commit comments

Comments
 (0)