aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2020-08-04 17:31:16 +0530
committerusodhi <61431818+usodhi@users.noreply.github.com>2020-08-04 17:31:16 +0530
commita4ca46c8ce18eb34d37634c44b4e428d8f58ad3b (patch)
tree19d07e2eed5b14eb828fc6ee040afcd67e14a477 /src/client/documents/Documents.ts
parent2a5ed028c356e122acade2b695cdb56f727c681f (diff)
parent78c99446f284f7ac8e5443f77227ae5edbfd2aaf (diff)
merging
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 92942bd58..dbff6a46c 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -92,6 +92,7 @@ export interface DocumentOptions {
type?: string;
title?: string;
label?: string;
+ hidden?: boolean;
toolTip?: string; // tooltip to display on hover
style?: string;
page?: number;
@@ -167,6 +168,7 @@ export interface DocumentOptions {
clipboard?: Doc;
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
targetContainer?: Doc; // document whose proto will be set to 'panel' as the result of a onClick click script
searchFileTypes?: List<string>; // file types allowed in a search query