Interface MDCTopAppBarAdapter
Methods
addClass
- addClass(className: string): void
deregisterNavigationIconInteractionHandler
-
Type parameters
Parameters
Returns void
getTopAppBarHeight
- getTopAppBarHeight(): number
getTotalActionItems
- getTotalActionItems(): number
getViewportScrollY
- getViewportScrollY(): number
hasClass
- hasClass(className: string): boolean
-
Parameters
Returns boolean
notifyNavigationIconClicked
- notifyNavigationIconClicked(): void
registerNavigationIconInteractionHandler
-
Type parameters
Parameters
Returns void
removeClass
- removeClass(className: string): void
setStyle
- setStyle(property: string, value: string): void
-
Parameters
-
property: string
-
value: string
Returns void
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