UNPKG
@scandit/web-barcode-link
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
The Scandit Web Barcode Link package
@scandit/web-barcode-link
/
dist
/
BarcodeLinkFlow.d.ts
8 lines
(6 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
BarcodeLinkFlowDelegate
}
from
'./BarcodeLinkFlowDelegate'
;
export
interface
BarcodeLinkFlow
<T> {
setDelegate
(
delegate
:
BarcodeLinkFlowDelegate
):
void
;
initialize
():
Promise
<T>;
dispose
():
void
; }