Properties
addClass
addClass: function
Type declaration
-
- (className: string): void
deregisterResizeHandler
deregisterResizeHandler: function
deregisterScrollHandler
deregisterScrollHandler: function
getFirstRowElementOffsetHeight
getFirstRowElementOffsetHeight: function
getOffsetHeight
getOffsetHeight: function
getViewportScrollY
getViewportScrollY: function
getViewportWidth
getViewportWidth: function
hasClass
hasClass: function
Type declaration
-
- (className: string): boolean
-
Parameters
Returns boolean
notifyChange
notifyChange: function
registerResizeHandler
registerResizeHandler: function
registerScrollHandler
registerScrollHandler: function
removeClass
removeClass: function
Type declaration
-
- (className: string): void
setStyle
setStyle: function
Type declaration
-
- (property: string, value: string): void
-
Parameters
-
property: string
-
value: string
Returns void
setStyleForFixedAdjustElement
setStyleForFixedAdjustElement: function
Type declaration
-
- (property: string, value: string): void
-
Parameters
-
property: string
-
value: string
Returns void
setStyleForFlexibleRowElement
setStyleForFlexibleRowElement: function
Type declaration
-
- (property: string, value: string): void
-
Parameters
-
property: string
-
value: string
Returns void
setStyleForTitleElement
setStyleForTitleElement: function
Type declaration
-
- (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