diff options
author | bobzel <zzzman@gmail.com> | 2020-09-01 16:57:49 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-01 16:57:49 -0400 |
commit | 4bdb3b64c476ffdc5b5c53c9c296c50ce68a8fc5 (patch) | |
tree | 5191a0ec62c09d1aebaa1fcb0e3195054836c598 /src/client/documents/Documents.ts | |
parent | ed69ee12a8d9971810c9f391700de526185f0738 (diff) |
fixed facet filters operations and whitelisting of known fields
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 9a24a8052..feb84843d 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -178,7 +178,7 @@ export interface DocumentOptions { clickFactory?: Doc; // document to create when clicking on a button with a suitable onClick script onDragStart?: ScriptField; //script to execute at start of drag operation -- e.g., when a "creator" button is dragged this script generates a different document to drop clipboard?: Doc; - UseCors?: boolean; + useCors?: boolean; icon?: string; target?: Doc; // available for use in scripts as the primary target document sourcePanel?: Doc; // panel to display in 'targetContainer' as the result of a button onClick script |