Adds a class to the root element.
Adds a class to the leading icon element.
true if target has className, false otherwise.
The bounding client rect of the checkmark element or null if it doesn't exist.
The computed property value of the given style property on the root element.
The bounding client rect of the root element.
true if the root element contains the given class.
Whether the chip has a leading icon.
Emits a custom "MDCChip:interaction" event denoting the chip has been interacted with (typically on click or keydown).
Emits a custom event "MDCChip:removal" denoting the chip will be removed.
Emits a custom "MDCChip:selection" event denoting the chip has been selected or deselected.
Emits a custom "MDCChip:trailingIconInteraction" event denoting the trailing icon has been interacted with (typically on click or keydown).
Removes a class from the root element.
Removes a class from the leading icon element.
Sets the property value of the given style property on the root 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