Protected
$elementThe page element.
Protected
activeWhether or not the pane is currently exists.
Protected
pinnedWhether or not the pane is currently pinned.
Protected
pinnedThe localStorage key to store the pane's pinned state with.
Protected
showingWhether or not the pane is currently showing, or is hidden off the edge of the screen.
Protected
renderGenerated using TypeDoc v0.24.8
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.