diff options
author | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-24 18:10:13 -0400 |
---|---|---|
committer | geireann <60007097+geireann@users.noreply.github.com> | 2021-08-24 18:10:13 -0400 |
commit | 325d3a8c931cb9ff7eadfa29603a3c7ca747911b (patch) | |
tree | 19289019d5061feee16c0e5a33e70d68b9cdcd48 /src/client/documents/Documents.ts | |
parent | d1ea2f764d0207963788eb4238ede79bcffa23f6 (diff) |
css changes for toggle button
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 63acd004f..0b33943d6 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -224,6 +224,10 @@ export class DocumentOptions { userColorBtn?: string; canClick?: string; script?: string; + numBtnType?: string; + numBtnMax?: number; + numBtnMin?: number; + switchToggle?: boolean; //LINEAR VIEW linearViewIsExpanded?: boolean; // is linear view expanded |