-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
I want to query CollapsibleTitles and call parent.screen.focus_next(CollapsibleTitle). To do this, I need to do the following:
from textual.widgets._collapsible import CollapsibleTitle
This causes issues with linters that do not allow private imports (_collapsible here). Could this type CollapsibleTitle be exposed publicly? Perhaps in textual.types?
Metadata
Metadata
Assignees
Labels
No labels