When true, applyWorkspace will close all existing windows,
replacing current Platform state with the given snapshot.
default
true
Optional closeSnapshotWindows
closeSnapshotWindows?:boolean
defaultvalue
false
When true, applySnapshot will close existing includeInSnapshots: true windows,
replacing current Platform state with the given snapshot.
Optional skipOutOfBoundsCheck
skipOutOfBoundsCheck?:boolean
defaultvalue
false
When true, applySnapshot will not check whether any windows in a
snapshot are off-screen. By default, such windows will be repositioned to be on-screen,
as defined by {@link PlatformProvider#positionOutOfBoundsWindows PlatformProvider.positionOutOfBoundsWindows}.
Options used within the applyWorkspace method.