Skip to content

Commit 92d747f

Browse files
committed
add outputinfo to status interface for startScan
1 parent 4ccad93 commit 92d747f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_articles/info/api/interfaces.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,13 @@ interface Status {
565565
event?: string;
566566
result?: {
567567
currentPageNum?: number;
568+
outputInfo?:OutputInfo; 
568569
};
569570
}
570571
```
571572

573+
[`OutputInfo`](/_articles/info/api/interfaces.md#outputinfo) is only returned for `postTransfer` event.
574+
572575
### TiffTag
573576

574577
**Syntax**

0 commit comments

Comments
 (0)