Skip to content

Commit 5a59b03

Browse files
committed
Update Addon_BarcodeReader.md
1 parent 0df044a commit 5a59b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

info/api/Addon_BarcodeReader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,12 @@ interface Result {
158158

159159
## getRuntimeSettings
160160

161-
Get the current runtime settings.
161+
Return the current runtime settings or the settings of the specified built-in template. The template can only be "speed", "balance", or "coverage".
162162

163163
**Syntax**
164164

165165
```typescript
166-
getRuntimeSettings(): Promise < RuntimeSettings > ;
166+
getRuntimeSettings(template?: string): Promise < RuntimeSettings > ;
167167

168168
interface RuntimeSettings {
169169
barcodeFormatIds: number;

0 commit comments

Comments
 (0)