You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
@@ -187,7 +188,7 @@ use to build a custom MDCSlider component for their framework.
187
188
|`getAttribute(name: string) => string?`| Returns the value of the attribute `name` on the root element, or `null` if that attribute is not present on the root element. |
188
189
|`setAttribute(name: string, value: string) => void`| Sets an attribute `name` to the value `value` on the root element. |
189
190
|`removeAttribute(name: string) => void`| Removes an attribute `name` from the root element |
190
-
|`computeBoundingRect() => ClientRect`| Computes and returns the bounding client rect for the root element. Our implementations calls `getBoundingClientRect()`` for this. |
191
+
|`computeBoundingRect() => ClientRect`| Computes and returns the bounding client rect for the root element. Our implementations calls `getBoundingClientRect()` for this. |
191
192
|`getTabIndex() => number`| Returns the value of the `tabIndex` property on the root element |
192
193
|`registerInteractionHandler(type: string, handler: EventListener) => void`| Adds an event listener `handler` for event type `type` to the slider's root element |
193
194
|`deregisterInteractionHandler(type: string, handler: EventListener) => void`| Removes an event listener `handler` for event type `type` from the slider's root element |
0 commit comments