diff options
| author | bobzel <zzzman@gmail.com> | 2023-04-27 22:56:56 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-04-27 22:56:56 -0400 |
| commit | c27fcf300d72248e82d722e1b7ded9e0ca07f657 (patch) | |
| tree | e6c99b49324c60713b59c65c8963b018f59dc1ec /src/client/views/collections/CollectionView.tsx | |
| parent | d3dc9938b38e89b2215d13fbc5bc92d33502e818 (diff) | |
| parent | 66e5fe4d8c4c6fae768305e31b45735f563b7500 (diff) | |
merged with master
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 790aa765d..b76033a0c 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -46,6 +46,7 @@ interface CollectionViewProps_ extends FieldViewProps { // property overrides for child documents childDocuments?: Doc[]; // used to override the documents shown by the sub collection to an explicit list (see LinkBox) childDocumentsActive?: () => boolean | undefined; // whether child documents can be dragged if collection can be dragged (eg., in a when a Pile document is in startburst mode) + childContentsActive?: () => boolean | undefined; childFitWidth?: (child: Doc) => boolean; childShowTitle?: () => string; childOpacity?: () => number; |
