diff options
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  | 
