aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FieldView.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-12-13 17:07:12 -0500
committerbobzel <zzzman@gmail.com>2020-12-13 17:07:12 -0500
commitdc98dae527236651f69a9bbd94e6f68296e417cd (patch)
tree17608f1765bde19a2ac9c469132906b98c0d1417 /src/client/views/nodes/FieldView.tsx
parent898227ac1cecb3cd8d4be4ed00ab4190713f006a (diff)
converted TabDocView to just use a ContentFittingDocumentView. Fixed schemView to use a styleProvider
Diffstat (limited to 'src/client/views/nodes/FieldView.tsx')
-rw-r--r--src/client/views/nodes/FieldView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/FieldView.tsx b/src/client/views/nodes/FieldView.tsx
index fd2193bd8..2e79ba7b0 100644
--- a/src/client/views/nodes/FieldView.tsx
+++ b/src/client/views/nodes/FieldView.tsx
@@ -17,6 +17,7 @@ export interface FieldViewProps extends DocumentViewSharedProps {
// FieldView specific props that are not part of DocumentView props
fieldKey: string;
overflow?: boolean; // bcz: would like to think this can be avoided -- need to look at further
+
active: (outsideReaction?: boolean) => boolean;
select: (isCtrlPressed: boolean) => void;
isSelected: (outsideReaction?: boolean) => boolean;