We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575eaac commit 986751aCopy full SHA for 986751a
info/api/interfaces.md
@@ -1100,7 +1100,7 @@ interface ThumbnailViewer {
1100
* Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.
1101
* number in pixels, string in percentage
1102
*/
1103
- margin: number | string;
+ pageMargin: number | string;
1104
/**
1105
* Set the background of the entire thumbnail viewer. The default value is white.
1106
* 'Invalid property value' will be reported when the specified value type is wrong or the parameter name is spelled incorrectly.
0 commit comments