diff options
| author | bobzel <zzzman@gmail.com> | 2020-08-04 11:24:36 -0400 | 
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-08-04 11:24:36 -0400 | 
| commit | d4c41208367775ccfb530418137a4de7c8d62472 (patch) | |
| tree | d0d647d90f15cdce77dabf233d0dcf2da157303a /src/client/documents/Documents.ts | |
| parent | 4931f089160d6de5f34d8956c6106b6be1ec7d6f (diff) | |
| parent | 78c99446f284f7ac8e5443f77227ae5edbfd2aaf (diff) | |
Merge branch 'master' into schema_search
Diffstat (limited to 'src/client/documents/Documents.ts')
| -rw-r--r-- | src/client/documents/Documents.ts | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 3cad02e00..e6eaaad60 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -94,6 +94,7 @@ export interface DocumentOptions {      type?: string;      title?: string;      label?: string; +    hidden?: boolean;      toolTip?: string; // tooltip to display on hover      style?: string;      page?: number; @@ -169,6 +170,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  | 
