Skip to content

Commit 57181b3

Browse files
committed
jsdoc: . update QueryLayout description
1 parent 8b51902 commit 57181b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Layout/QueryLayout.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import { generateHiddenClassForTaskList } from './LayoutHelpers';
22
import { QueryLayoutOptions } from './QueryLayoutOptions';
33

4+
/**
5+
* This class generates a list of hidden query components' classes.
6+
* The output depends on {@link QueryLayoutOptions} objects.
7+
*/
48
export class QueryLayout {
59
protected queryLayoutOptions: QueryLayoutOptions;
610

0 commit comments

Comments
 (0)