diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-04-19 01:40:54 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-04-19 01:40:54 -0400 |
commit | ea359c9d247a9be59b78ed043be6427ab10cb8bd (patch) | |
tree | 5640a9d691085fc04c1a901ef8199bd0eceb6ad3 /src/client/documents/Documents.ts | |
parent | 34ee553af7b2133632b66f966c07fd1bb1085e81 (diff) |
added optional labels for font icons.
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 3073707a6..209a72d52 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -85,6 +85,7 @@ export interface DocumentOptions { layoutKey?: string; type?: string; title?: string; + label?: string; // short form of title for use as an icon label style?: string; page?: number; scale?: number; |