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