Interface MDCTextFieldIconAdapter
Methods
deregisterInteractionHandler
-
Type parameters
Parameters
Returns void
getAttr
- getAttr(attr: string): string | null
-
Parameters
Returns string
|
null
registerInteractionHandler
-
Type parameters
Parameters
Returns void
removeAttr
- removeAttr(attr: string): void
setAttr
- setAttr(attr: string, value: string): void
-
Parameters
-
attr: string
-
value: string
Returns void
setContent
- setContent(content: string): 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