diff options
author | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-21 16:09:30 -0500 |
---|---|---|
committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-01-21 16:09:30 -0500 |
commit | 74bad9d9deadeaf4959906e89457c16ed564fd01 (patch) | |
tree | 217921a7b1337b254814e0bb5f8d9784beb7d001 /src/client/documents/Documents.ts | |
parent | 119f90cc5c4ef773133f1bfd18a813dde9487f94 (diff) |
initial commit
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 91085cd0f..6cb3f604e 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -129,6 +129,7 @@ export interface DocumentOptions { isExpanded?: boolean; // is linear view expanded textTransform?: string; // is linear view expanded letterSpacing?: string; // is linear view expanded + treeViewChecked?: ScriptField; // computes whether or not the checkbox for this facet is checked } class EmptyBox { |