aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authoraidahosa1 <aisosa_idahosa@brown.edu>2024-05-17 21:30:02 -0400
committeraidahosa1 <aisosa_idahosa@brown.edu>2024-05-17 21:30:02 -0400
commit6c7615110dcf8334196bbfddfd89b684e4ceee4f (patch)
tree9f3649d5788ae0bba4ba352bb78ebdce81464c46 /src/client/documents/Documents.ts
parent10ae244338383662992350b2b6f6ef80106558c3 (diff)
GOD IS GOOD
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 57f91399a..eded2b485 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -502,6 +502,8 @@ export class DocumentOptions {
cardSort?: STRt = new StrInfo('way cards are sorted in deck view');
customSortNumber?: NUMt = new NumInfo('number of custom sorts the user has created');
customHashMap?: List<string>
+ visibleGroupNumbers?: List<number>
+
// card_sort_time?: BOOLt = new BoolInfo('whether sorting cards in deck view by time');
// card_sort_type?: BOOLt = new BoolInfo('whether sorting cards in deck view by type');
// card_sort_color?: BOOLt = new BoolInfo('whether sorting cards in deck view by color');