aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorStanley Yip <stanley_yip@brown.edu>2020-02-02 19:18:23 -0500
committerStanley Yip <stanley_yip@brown.edu>2020-02-02 19:18:23 -0500
commitdab8f5893ffb8fab05a46695b9d1a690d1171bca (patch)
tree83de29075a0d95191f2e82042ad49f33e70acaaa /src/client/documents/Documents.ts
parent8775ff05e1cfd8f158fb6f0a973d3ee5b9284005 (diff)
some more stuff
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index fa5707288..64583ae55 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -137,6 +137,7 @@ export interface DocumentOptions {
isExpanded?: boolean; // is linear view expanded
textTransform?: string; // is linear view expanded
letterSpacing?: string; // is linear view expanded
+ flexDirection?: "unset" | "row" | "column" | "row-reverse" | "column-reverse";
}
class EmptyBox {