Interface MDCIconButtonToggleAdapter
Hierarchy
-
MDCIconButtonToggleAdapter
Methods
addClass
- addClass(className: string): void
hasClass
- hasClass(className: string): boolean
-
Parameters
Returns boolean
removeClass
- removeClass(className: string): void
setAttr
- setAttr(attrName: string, attrValue: string): void
-
Parameters
-
attrName: string
-
attrValue: 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