diff options
author | Stanley Yip <stanley_yip@brown.edu> | 2020-02-06 12:40:57 -0500 |
---|---|---|
committer | Stanley Yip <stanley_yip@brown.edu> | 2020-02-06 12:40:57 -0500 |
commit | 8767ec49fbb927ccde96f9f89562109703535d4e (patch) | |
tree | a0bf4c7bf5c0ee3c83ddb0aac2b4a365a79ac20f /src/client/documents/Documents.ts | |
parent | 1007cfb325f2dcddc4365538e4b354d06eb85f2f (diff) |
asdjklf
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 64583ae55..1c13eb079 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -138,6 +138,7 @@ export interface DocumentOptions { textTransform?: string; // is linear view expanded letterSpacing?: string; // is linear view expanded flexDirection?: "unset" | "row" | "column" | "row-reverse" | "column-reverse"; + selectedIndex?: number; } class EmptyBox { |