We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f29465b commit 8b51902Copy full SHA for 8b51902
src/Layout/TaskLayout.ts
@@ -2,9 +2,8 @@ import { generateHiddenClassForTaskList } from './LayoutHelpers';
2
import { TaskLayoutOptions } from './TaskLayoutOptions';
3
4
/**
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.
+ * This class generates a list of hidden task components' classes.
+ * The output depends on {@link TaskLayoutOptions} objects.
8
*/
9
export class TaskLayout {
10
private taskLayoutOptions: TaskLayoutOptions;
0 commit comments