API function to minimize the Dock UI.
A Workspace Platform must be initialized, and at least one Dock provider must be registered for this function to take effect.
import { Dock } from '@openfin/workspace';await Dock.minimize(); Copy
import { Dock } from '@openfin/workspace';await Dock.minimize();
a promise that resolves once the Dock UI is minimized
API function to minimize the Dock UI.
Remarks
A Workspace Platform must be initialized, and at least one Dock provider must be registered for this function to take effect.
Example: Minimize a Dock provider.