Expand description
§Windows RPC Service
§⚠️ Placeholder Module
This module is planned for future implementation and will provide:
- Window management services for Groove and Cocoon extension hosts
- Document window creation and lifecycle management
- Webview panel hosting and communication
§Feature Gate
This module is enabled with the grove or cocoon features:
[features]
grove = []
cocoon = []§Planned API
WindowService: Main service struct for window operations- Window creation and destruction handlers
- Window state management and serialization
TODO: Implement window management RPC services
Structs§
- Window
Service - WindowService - Stub implementation for window management RPC services