diff options
author | bob <bcz@cs.brown.edu> | 2019-02-11 17:37:03 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-11 17:37:03 -0500 |
commit | 9f8653ab3d7f82a5d82b925bf339bef8d6723f5c (patch) | |
tree | 2bfab025912bb9e14dc304302bf583915fcc871f /src/client/views/collections/CollectionViewBase.tsx | |
parent | 400a14c03c10f07f3e4cfedd1df963d9263e98c8 (diff) |
added framework for annotation overlays -- see ImageBox
Diffstat (limited to 'src/client/views/collections/CollectionViewBase.tsx')
-rw-r--r-- | src/client/views/collections/CollectionViewBase.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx index 09e8ec729..e854d3077 100644 --- a/src/client/views/collections/CollectionViewBase.tsx +++ b/src/client/views/collections/CollectionViewBase.tsx @@ -16,6 +16,7 @@ export interface CollectionViewProps { CollectionFieldKey: Key; DocumentForCollection: Document; ContainingDocumentView: Opt<DocumentView>; + BackgroundView: Opt<DocumentView>; } export const COLLECTION_BORDER_WIDTH = 2; |