aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-05-17 23:38:37 +0000
committerbobzel <zzzman@gmail.com>2020-05-17 23:38:37 +0000
commit35b335eecd1ace5a1b3da04de3ee1e8674d10c15 (patch)
tree757b347d9f174a6dd43796aea37cb56f4a55eb24 /src/client/views/collections/CollectionView.tsx
parentb24fd078149d8ee9042a279cbe7498f6c3f5c82f (diff)
parentceb616873f76ee19549306a735a09697a56291a2 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
-rw-r--r--src/client/views/collections/CollectionView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx
index 3b2e5e4fc..acb66acdb 100644
--- a/src/client/views/collections/CollectionView.tsx
+++ b/src/client/views/collections/CollectionView.tsx
@@ -72,6 +72,7 @@ export interface CollectionViewCustomProps {
filterAddDocument: (doc: Doc | Doc[]) => boolean; // allows a document that renders a Collection view to filter or modify any documents added to the collection (see PresBox for an example)
childLayoutTemplate?: () => Opt<Doc>; // specify a layout Doc template to use for children of the collection
childLayoutString?: string; // specify a layout string to use for children of the collection
+ childOpacity?:() => number;
}
export interface CollectionRenderProps {