Skip to content

Commit 378e676

Browse files
committed
fix the spellings of properties in thumbnail viewer
1 parent 31c3c22 commit 378e676

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_articles/info/api/WebTwain_Viewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ var thumbnailViewerSettings = {
592592
allowResizing: false,
593593
pageBackground: "transparent",
594594
pageBorder: "1px solid rgb(238, 238, 238)",
595-
hoverBackground: "rgb(239, 246, 253)",
595+
hoverPageBackground: "rgb(239, 246, 253)",
596596
hoverPageBorder: "1px solid rgb(238, 238, 238)",
597597
placeholderBackground: "rgb(251, 236, 136)",
598598
selectedPageBorder: "1px solid rgb(125,162,206)",

_articles/info/api/interfaces.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,13 +1151,13 @@ interface ThumbnailViewer {
11511151
* 'Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.
11521152
* Allow any CSS rules
11531153
*/
1154-
hoverBackground: string;
1154+
hoverPageBackground: string;
11551155
/**
11561156
* Set the image border when the mouse is hovered.
11571157
* 'Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.
11581158
* Allow any CSS rules
11591159
*/
1160-
hoverBorder: string;
1160+
hoverPageBorder: string;
11611161
/**
11621162
* Set the background when dragging the image. The default value is yellow.
11631163
* 'Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.
@@ -1169,13 +1169,13 @@ interface ThumbnailViewer {
11691169
* 'Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.
11701170
* Allow any CSS rules
11711171
*/
1172-
selectedImageBorder: string;
1172+
selectedPageBorder: string;
11731173
/**
11741174
* Set the background of the selected image.
11751175
* 'Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.
11761176
* Allow any CSS rules
11771177
*/
1178-
selectedImageBackground: string;
1178+
selectedPageBackground: string;
11791179
}
11801180
```
11811181

0 commit comments

Comments
 (0)