Skip to main content

Module drawer

Module drawer 

Source
Expand description

The Drawer — the single panel between the activity rail and the editor. It renders whichever rail view is active: the file browser (FILES), the Query panel (FIND), or a placeholder for the views that land in later phases (TAGS, LINKS, OUTLINE, CFG).

Structs§

ConfigInfo
What the CFG drawer view displays — resolved by the host screen when the view opens (the drawer itself holds no settings handle).
DrawerHost
Hosts the drawer views. FILES and FIND are the ported existing panels (file browser and Query panel); TAGS, LINKS, and OUTLINE are the phase-03 panels; CFG is a placeholder until the settings drawer lands.

Enums§

DrawerView
The views the activity rail can put in the drawer. Closed set, mirrors the rail items top to bottom.