Skip to content

update to internal commit 43e2eb64 #893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions info/api/interfaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,7 @@ interface RuntimeSettings {

- [`FurtherModes`]({{site.info}}api/Interfaces.html#furthermodes)
- [`Region`]({{site.info}}api/Interfaces.html#region)
- For more detailed information, please [click the link](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/interface/RuntimeSettings.html?ver=9.6.42) to view.

### FurtherModes

Expand All @@ -2102,6 +2103,8 @@ interface FurtherModes {
}
```

- For more detailed information, please [click the link](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/interface/furthermodes.html?ver=9.6.42) to view.

### Region

**Syntax**
Expand All @@ -2115,6 +2118,7 @@ interface Region {
regionTop: number;
}
```
- For more detailed information, please [click the link](https://www.dynamsoft.com/barcode-reader/docs/web/programming/javascript/api-reference/interface/Region.html?ver=9.6.42) to view.

## FileUploader

Expand Down