diff options
author | bobzel <zzzman@gmail.com> | 2022-04-29 16:22:46 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-04-29 16:22:46 -0400 |
commit | 32a7dfc6eae2def8d1b792edcb550316948f6ab0 (patch) | |
tree | e3703e75984cd612fcc4ad328a28915078d71afb /src/client/documents/Documents.ts | |
parent | 7b08cb4fd86a7e7048e14c05ab980f5b008d18d8 (diff) |
more cleanup
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 741868a99..dd3e13cfd 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -156,6 +156,8 @@ export class DocumentOptions { _timelineLabel?: boolean; // whether the document exists on a timeline "_carousel-caption-xMargin"?: number; "_carousel-caption-yMargin"?: number; + "icon-nativeWidth"?: number; + "icon-nativeHeight"?: number; x?: number; y?: number; z?: number; // whether document is in overlay (1) or not (0 or undefined) |