diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-08-25 12:49:15 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-08-25 12:49:15 -0400 |
commit | 6e7473a555df2631c917db3350d75986fa95b046 (patch) | |
tree | aec6974b4a59420924241ee18c7ae972a2de6513 /src/client/documents/Documents.ts | |
parent | b5345b69abbb20c060c8fc9f47dfcaded7f308f8 (diff) |
fixed sorting for treeviews. fixed adding text items to stacking views. fixed how commands are added to collection view sub types.
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 47df17329..1e9d1687f 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -77,6 +77,7 @@ export interface DocumentOptions { borderRounding?: string; schemaColumns?: List<SchemaHeaderField>; dockingConfig?: string; + autoHeight?: boolean; dbDoc?: Doc; // [key: string]: Opt<Field>; } |