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 8b51902 commit 57181b3Copy full SHA for 57181b3
src/Layout/QueryLayout.ts
@@ -1,6 +1,10 @@
1
import { generateHiddenClassForTaskList } from './LayoutHelpers';
2
import { QueryLayoutOptions } from './QueryLayoutOptions';
3
4
+/**
5
+ * This class generates a list of hidden query components' classes.
6
+ * The output depends on {@link QueryLayoutOptions} objects.
7
+ */
8
export class QueryLayout {
9
protected queryLayoutOptions: QueryLayoutOptions;
10
0 commit comments