Function: planTransition()
function planTransition(from: DockModeValue, to: DockModeValue): DockTransition | undefined;
Defined in: core/dock-state.ts:84
Compute the minimal set of engine changes to move between dock modes.
Returns undefined for a no-op (same mode).
Parameters
| Parameter | Type |
|---|---|
from | DockModeValue |
to | DockModeValue |
Returns
DockTransition | undefined