diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-19 13:54:45 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-19 13:54:45 -0400 |
| commit | 3e2709a68e32650074e2bbc9af89fa0d66536d77 (patch) | |
| tree | 489e8df395f8dc7e061f7ae52fb130f7c112dc7f /src/client/views/collections/CollectionView.tsx | |
| parent | e8ef90478cec13d45de0fe42e32a594e2630c47d (diff) | |
simplified chromeStatus to chromeHidden. fixed presBox item widths. fixed colorBox layout.
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 34fd20f1a..535bf539e 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -71,6 +71,7 @@ export interface CollectionViewProps extends FieldViewProps { // property overrides for child documents children?: never | (() => JSX.Element[]) | React.ReactNode; childDocuments?: Doc[]; // used to override the documents shown by the sub collection to an explicit list (see LinkBox) + childFitWidth?: () => boolean; childOpacity?: () => number; childHideTitle?: () => boolean; // whether to hide the documentdecorations title for children childHideDecorationTitle?: () => boolean; |
