Hierarchy

  • RemoteControlUIConfig

Properties

fixedQRCodeDisplay: boolean

Default: false

Set this to true if you do not want that the QR code will jump away from the mouse cursor.

remoteControl.ui.fixedQRCodeDisplay

fontSize: number

Default: 20

Size in pixels of the qr code description text.

remoteControl.ui.fontSize

hideOnError: boolean

Default: false

Hides the remote control UI when an error occurs.

remoteControl.ui.hideOnError

marginLeftRight: number

Default: 50

Margin for the left/right side of the qr code window.

remoteControl.ui.marginLeftRight

marginTopBottom: number

Default: 70

Margin for the top/bottom side of the qr code window.

remoteControl.ui.marginTopBottom

mouseHighlightColor: string

Default: "#f00"

Color for the mouse highlighter.

remoteControl.ui.mouseHighlightColor

mouseHighlightScale: number

Default: 1

Scale factor for the mouse highlighter size.

remoteControl.ui.mouseHighlightScale

qrCodeErrorCorrectionLevel: number

Default: 0

QRcode has error correction capability to restore data if the code is dirty or damaged. Possible values Level L (0), Level M (1), Level Q (2), Level H (3), see: https://www.qrcode.com/en/about/error_correction.html

remoteControl.ui.qrCodeErrorCorrectionLevel

qrCodeIconFilePath: string

Filepath to an image which will be placed into the center of the QR code.

remoteControl.ui.qrCodeIconFilePath

qrCodeSize: number

Default: 200

Size in pixels for the QR code.

remoteControl.ui.qrCodeSize

showMouseHighlight: boolean

Default: true

True when the mouse highlighter (the glow around the mouse when moving the mouse) should be visible.

remoteControl.ui.showMouseHighlight

Default: "BottomLeft"

The position the QR code should be displayed at the start.

remoteControl.ui.startPosition

Generated using TypeDoc