Module selection

Module selection 

Source
Expand description

Node Selection System

Manages multi-node selection, keyboard navigation, and selection state.

Re-exports§

pub use manager::SelectionManager;
pub use modes::KeyboardShortcut;
pub use modes::NavigationDirection;
pub use modes::SelectionMode;
pub use visual_feedback::VisualFeedback;

Modules§

manager
Selection state manager
modes
Selection modes and related enums
tests
Tests for selection system
visual_feedback
Visual feedback state management for nodes