Adds a class to the slider Element
Appends the passed number of track markers to the track mark container element
Returns the bounding client rect for the slider Element
Deregisters an event handler on the body for a given event.
Deregisters an event handler on the root element for a given event.
Deregisters an event handler for the window resize event
Deregisters an event handler on the thumb container element for a given event.
Returns a string if attribute name exists on the slider Element, otherwise returns null
Returns the tab index of the slider Element
Returns true if className exists for the slider Element
Returns true if the root element is RTL, otherwise false
Emits a custom event MDCSlider:change from the root
Emits a custom event MDCSlider:input from the root
Registers an event handler on the body for a given event.
Registers an event handler on the root element for a given event.
Registers an event handler for the window resize event
Registers an event handler on the thumb container element for a given event.
Removes attribute name from slider Element
Removes a class from the slider Element
Removes all track markers fromt he track mark container element
Sets attribute name on slider Element to value
Sets a style property of the last track marker to the passed value
Sets the inner text of the pin marker to the passed value
Sets a style property of the thumb container element to the passed value
Sets a style property of the track element to the passed value
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