Details Type
Constructors
| Constructor |
Description
|
Full Usage:
Details(deviceId, pairingKind, frame, ?pin)
Parameters:
string
-
pairingKind : PairingKind
-
The type of pairing prompt being requested. One of the following values:
frame : Option<WebFrameMain>
-
The frame initiating this handler. May be null if accessed after the frame has either navigated or been destroyed.
?pin : string
-
The pin value to verify if pairingKind is confirmPin.
Returns: Details
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.deviceId
|
|
Full Usage:
this.frame
|
The frame initiating this handler. May be null if accessed after the frame has either navigated or been destroyed. |
Full Usage:
this.pairingKind
|
The type of pairing prompt being requested. One of the following values: |
Full Usage:
this.pin
|
The pin value to verify if pairingKind is confirmPin. |
fable-electron-docs-api