| ContentPosition | Represents a content position as a start and end offset pair within a document. |
| InfinityScroll | Virtual scrolling component that renders only visible items in large lists for performance. |
| ResultDom | Container for search result DOM elements, managing the display of file search results. |
| ResultDomItem | Represents a single file’s search result in the result DOM tree. |
| ResultDomItemChild | Represents an individual match segment within a search result item. |
| ResultDomResult | Search result data containing matched content positions and property matches. |
| ResultProperty | Represents a matched property within a search result. |
| Tree | Hierarchical tree view UI component used for file explorers, search results, and similar views. |
| TreeCollapsibleItem | A tree item that can be collapsed to hide its children. |
| TreeItem | Represents a single interactive item within a tree view UI component. |
| TreeNode | Tree node. |
| TreeNodeInfo | Layout information for a tree node used by the virtual scrolling system. |
| TreeNodeVChildren | Manages the virtual children of a tree node for use with virtual scrolling. |
| TreeRoot | Root node of a tree view that contains all top-level tree items. |