The page element.
Whether or not the pane is currently exists.
Whether or not the pane is currently pinned.
The localStorage key to store the pane's pinned state with.
Whether or not the pane is currently showing, or is hidden off the edge of the screen.
Disable the pane.
Enable the pane.
Hide the pane.
Begin a timeout to hide the pane, which can be cancelled by showing the pane.
Apply the appropriate CSS classes to the page element.
Show the pane.
Toggle whether or not the pane is pinned.
Generated using TypeDoc version 0.22.10
The
Pane
class manages the page's discussion list sidepane. The pane is a part of the content view (DiscussionPage component), but its visibility is determined by CSS classes applied to the outer page element. This class manages the application of those CSS classes.