diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-15 00:42:32 -0700 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2020-04-15 00:42:32 -0700 |
| commit | 59165130610179db33521afa7942675795235e66 (patch) | |
| tree | 31f7b0197739db7b9b5b51fe4e9cf1eb7b523af1 /src/client/documents | |
| parent | 142cb372c6dec9fa641786784cbdd6dca6896d33 (diff) | |
| parent | d5c0ed9a29593583a4180973f854106dc10d4b30 (diff) | |
resovled
Diffstat (limited to 'src/client/documents')
| -rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index e6f3b21ca..129ab0403 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -142,7 +142,6 @@ export interface DocumentOptions { treeViewHideHeaderFields?: boolean; // whether to hide the drop down options for tree view items. treeViewOpen?: boolean; // whether this document is expanded in a tree view treeViewChecked?: ScriptField; // script to call when a tree view checkbox is checked - isFacetFilter?: boolean; // whether document functions as a facet filter in a tree view limitHeight?: number; // maximum height for newly created (eg, from pasting) text documents // [key: string]: Opt<Field>; pointerHack?: boolean; // for buttons, allows onClick handler to fire onPointerDown |
