Skip to content

Commit 986751a

Browse files
update to internal commit bca036ae
1 parent 575eaac commit 986751a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/api/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ interface ThumbnailViewer {
11001100
* Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.
11011101
* number in pixels, string in percentage
11021102
*/
1103-
margin: number | string;
1103+
pageMargin: number | string;
11041104
/**
11051105
* Set the background of the entire thumbnail viewer. The default value is white.
11061106
* 'Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.

0 commit comments

Comments
 (0)