windowFocus property

  1. @JsonKey(name: 'windowFocus')
bool? windowFocus
final

Whether to bring the window to the front when calling the startScreenCaptureByWindowId method to share it: true : Bring the window to the front. false : (Default) Do not bring the window to the front. Due to macOS system limitations, when setting this member to bring the window to the front, if the current app has multiple windows, only the main window will be brought to the front.

Implementation

@JsonKey(name: 'windowFocus')
final bool? windowFocus;