sourceDisplayId property

  1. @JsonKey(name: 'sourceDisplayId')
int? sourceDisplayId
final

(For Windows only) Screen ID where the window is located. If the window is displayed across multiple screens, this parameter indicates the ID of the screen with which the window has the largest intersection area. If the window is located outside of the visible screens, the value of this member is -2.

Implementation

@JsonKey(name: 'sourceDisplayId')
final int? sourceDisplayId;