Adds a class to the root Element.
target element to verify class name
class name
Focuses the active / selected navigation item.
Returns true if the root Element contains the given class.
Emits a custom event "MDCDrawer:closed" denoting the drawer has closed.
Emits a custom event "MDCDrawer:opened" denoting the drawer has opened.
Releases focus trap from root element which was set by trapFocus
and restores focus to where it was prior to calling trapFocus
.
Removes a class from the root Element.
Restores focus to element previously saved with 'saveFocus'.
Saves the focus of currently active element.
Traps focus on root element and focuses the active navigation element.
Generated using TypeDoc
Defines the shape of the adapter expected by the foundation. Implement this adapter for your framework of choice to delegate updates to the component in your framework of choice. See architecture documentation for more details. https://github.com/material-components/material-components-web/blob/master/docs/code/architecture.md