Skip to content

Commit aac5462

Browse files
committed
update PrintSettings
1 parent 2bc4482 commit aac5462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_articles/info/api/interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ interface Base64Result {
16801680

16811681
```ts
16821682
interface PrintSettings {
1683-
mode: 'browser' | 'os';
1683+
mode?: string; // "os" or "browser"
16841684
osPrintOptions?: { showPrintDialog?: boolean; }
16851685
}
16861686
```

0 commit comments

Comments
 (0)