Header menu logo fable-electron-docs-api

Details Type

Constructors

Constructor Description

Details(deviceId, pairingKind, frame, ?pin)

Full Usage: Details(deviceId, pairingKind, frame, ?pin)

Parameters:
    deviceId : 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
deviceId : 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

this.deviceId

Full Usage: this.deviceId

this.frame

Full Usage: this.frame

The frame initiating this handler. May be null if accessed after the frame has either navigated or been destroyed.

this.pairingKind

Full Usage: this.pairingKind

The type of pairing prompt being requested. One of the following values:

this.pin

Full Usage: this.pin

The pin value to verify if pairingKind is confirmPin.

Type something to start searching.