Interface IRootSector
- Namespace
- Whim
- Assembly
- Whim.dll
The root sector of the state. This is read-only.
public interface IRootSector
Properties
MapSector
The sector containing window-workspace and workspace-monitor mappings.
IMapSector MapSector { get; }
Property Value
MonitorSector
The sector containing monitors.
IMonitorSector MonitorSector { get; }
Property Value
WindowSector
The sector containing windows.
IWindowSector WindowSector { get; }
Property Value
WorkspaceSector
The sector containing workspaces.
IWorkspaceSector WorkspaceSector { get; }